mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo "jq" > /ENVFILE
|
||||
# If dockerfile failed install manually
|
||||
if [ -e "/ENVFILE" ]; then
|
||||
#if [ -e "/ENVFILE" ]; then
|
||||
echo "Executing script"
|
||||
PACKAGES=$(< /ENVFILE)
|
||||
(
|
||||
@@ -16,4 +17,4 @@ if [ -e "/ENVFILE" ]; then
|
||||
|
||||
) >/dev/null
|
||||
|
||||
fi
|
||||
#fi
|
||||
|
||||
Reference in New Issue
Block a user