Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-10 06:32:39 +01:00
committed by GitHub
parent aef3736d3a
commit 24e5225953

View File

@@ -2,8 +2,7 @@
# If dockerfile failed install manually
if [ -e "/ENVFILE" ]; then
echo "Executing script"
PACKAGES=$(cat /ENVFILE)
rm /ENVFILE
PACKAGES=$(< /ENVFILE)
(
#######################
# Automatic installer #