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