mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 22:31:49 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
#if [ ! -f "/usr/bin/bashio" ]; then
|
if [ -f "/ENV" ]; then
|
||||||
echo "Executing script"
|
echo "Executing script"
|
||||||
(
|
(
|
||||||
#######################
|
#######################
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
eval /./automatic_packages.sh "${PACKAGES:-}" && \
|
eval /./automatic_packages.sh "${PACKAGES:-}" && \
|
||||||
rm /automatic_packages.sh
|
rm /automatic_packages.sh
|
||||||
|
|
||||||
) #>/dev/null
|
) >/dev/null
|
||||||
|
rm /ENV
|
||||||
|
|
||||||
#fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user