Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-10 12:24:50 +01:00
committed by GitHub
parent 7d2e903cbf
commit f464b2f3ae

View File

@@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
echo "jq" > /ENVFILE
# If dockerfile failed install manually # If dockerfile failed install manually
if [ -e "/ENVFILE" ]; then #if [ -e "/ENVFILE" ]; then
echo "Executing script" echo "Executing script"
PACKAGES=$(< /ENVFILE) PACKAGES=$(< /ENVFILE)
( (
@@ -16,4 +17,4 @@ if [ -e "/ENVFILE" ]; then
) >/dev/null ) >/dev/null
fi #fi