mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update entrypoint.sh
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
# SCRIPTS #
|
||||
###########
|
||||
|
||||
#for SCRIPTS in /scripts/*.sh; do
|
||||
|
||||
for SCRIPTS in "/00-.sh" "/00-banner.sh" "/run.sh"; do
|
||||
[ -e "$SCRIPTS" ] || continue
|
||||
[ -e "$SCRIPTS" ] || continue
|
||||
echo $SCRIPTS
|
||||
chown $(id -u):$(id -g) $SCRIPTS
|
||||
chmod a+x $SCRIPTS
|
||||
|
||||
Reference in New Issue
Block a user