Explicit Use

This commit is contained in:
Alexandre
2021-11-16 23:41:15 +01:00
parent efc881a434
commit 9d553be7f8
10 changed files with 20 additions and 10 deletions

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################

View File

@@ -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"
################