diff --git a/addons_updater/rootfs/scripts/00-aaa_dockerfile_backup.sh b/addons_updater/rootfs/scripts/00-aaa_dockerfile_backup.sh index 68d8165af..3f2e8980f 100644 --- a/addons_updater/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/addons_updater/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # If dockerfile failed install manually -if [ ! -f "/usr/bin/bashio" ]; then +#if [ ! -f "/usr/bin/bashio" ]; then echo "Executing script" ( ####################### @@ -14,4 +14,4 @@ if [ ! -f "/usr/bin/bashio" ]; then ) #>/dev/null -fi +#fi