mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
# 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=$(cat /ENVFILE)
|
PACKAGES=$(< /ENVFILE)
|
||||||
rm /ENVFILE
|
|
||||||
(
|
(
|
||||||
#######################
|
#######################
|
||||||
# Automatic installer #
|
# Automatic installer #
|
||||||
|
|||||||
Reference in New Issue
Block a user