Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-08 22:32:56 +01:00
committed by GitHub
parent c2a8f9311b
commit 6a26bc491e

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# If dockerfile failed install manually # If dockerfile failed install manually
if [ ! -f "/usr/bin/bashio" ]; then #if [ ! -f "/usr/bin/bashio" ]; then
echo "Executing script" echo "Executing script"
( (
####################### #######################
@@ -14,4 +14,4 @@ if [ ! -f "/usr/bin/bashio" ]; then
) #>/dev/null ) #>/dev/null
fi #fi