mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 19:34:05 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
if -f "/ENVFILE" ; then
|
if [ -e "/ENVFILE" ]; then
|
||||||
echo "Executing script"
|
echo "Executing script"
|
||||||
PACKAGES=$(cat /ENVFILE)
|
PACKAGES=$(cat /ENVFILE)
|
||||||
rm /ENVFILE
|
rm /ENVFILE
|
||||||
|
|||||||
Reference in New Issue
Block a user