Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-10 04:19:58 +01:00
committed by GitHub
parent fc727ef106
commit 1acb17f955

View File

@@ -1,8 +1,8 @@
#!/bin/bash
# If dockerfile failed install manually
if [ -f "/ENV" ]; then
if [ -f "/ENVFILE" ]; then
echo "Executing script"
PACKAGES=$(cat /ENV)
PACKAGES=$(cat /ENVFILE)
rm /ENV
(
#######################