mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 06:50:58 +02:00
Revert
This commit is contained in:
@@ -35,7 +35,7 @@ for SCRIPTS in /etc/cont-init.d/*; do
|
|||||||
if command -v "source" &>/dev/null; then
|
if command -v "source" &>/dev/null; then
|
||||||
# Use source to share env variables
|
# Use source to share env variables
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source "$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?"
|
/."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?"
|
||||||
else
|
else
|
||||||
# Support for posix only shell
|
# Support for posix only shell
|
||||||
/."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?"
|
/."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?"
|
||||||
|
|||||||
Reference in New Issue
Block a user