This commit is contained in:
Alexandre
2021-11-17 11:59:26 +01:00
parent e208a0d7a3
commit 83d11a5fd9
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# If dockerfile failed install manually
[ ! -f "/usr/bin/bashio" ]; then
if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script"
################