Align with other scripts

This commit is contained in:
Alexandre
2022-01-02 19:20:47 +01:00
committed by GitHub
parent 005cb6b2de
commit d52efef21e

View File

@@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# 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)