mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 10:46:05 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/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)
|
||||||
(
|
(
|
||||||
@@ -17,4 +16,4 @@ echo "jq" > /ENVFILE
|
|||||||
|
|
||||||
) >/dev/null
|
) >/dev/null
|
||||||
|
|
||||||
#fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user