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