mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update entrypoint.sh
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
###########
|
|
||||||
# SCRIPTS #
|
|
||||||
###########
|
|
||||||
|
|
||||||
#for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do
|
#for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do
|
||||||
for SCRIPTS in /scripts/*; do
|
for SCRIPTS in /scripts/*; do
|
||||||
[ -e "$SCRIPTS" ] || continue
|
[ -e "$SCRIPTS" ] || continue
|
||||||
|
|||||||
Reference in New Issue
Block a user