mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Explicit Use
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# If dockerfile failed install manually
|
||||
[ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
################
|
||||
|
||||
Reference in New Issue
Block a user