Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-09 20:36:25 +01:00
committed by GitHub
parent f41c4ec3a7
commit d1e7c36a02

View File

@@ -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"
(
#######################
@@ -12,6 +12,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
eval /./automatic_packages.sh "${PACKAGES:-}" && \
rm /automatic_packages.sh
) >/dev/null
) #>/dev/null
fi
#fi