From 4c253ea2484ec2b67ed1a2d72a4ce5b81112d27a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:14:28 +0200 Subject: [PATCH] Add colors --- addons_updater/rootfs/entrypoint.sh | 10 +++++++++- arpspoof/rootfs/entrypoint.sh | 10 +++++++++- autobrr/rootfs/entrypoint.sh | 10 +++++++++- autobrr/rootfs/etc/entrypoint.sh | 10 +++++++++- baikal/rootfs/entrypoint.sh | 10 +++++++++- binance-trading-bot/rootfs/entrypoint.sh | 10 +++++++++- browserless_chrome/rootfs/entrypoint.sh | 10 +++++++++- cloudcommander/rootfs/entrypoint.sh | 10 +++++++++- enedisgateway2mqtt/rootfs/entrypoint.sh | 10 +++++++++- enedisgateway2mqtt_dev/rootfs/entrypoint.sh | 10 +++++++++- epicgamesfree/rootfs/entrypoint.sh | 10 +++++++++- filebrowser/rootfs/entrypoint.sh | 10 +++++++++- fireflyiii/rootfs/entrypoint.sh | 10 +++++++++- fireflyiii_data_importer/rootfs/entrypoint.sh | 10 +++++++++- fireflyiii_fints_importer/rootfs/entrypoint.sh | 10 +++++++++- flaresolverr/rootfs/entrypoint.sh | 10 +++++++++- free_games_claimer/rootfs/entrypoint.sh | 10 +++++++++- gazpar2mqtt/rootfs/entrypoint.sh | 10 +++++++++- gitea/rootfs/entrypoint.sh | 10 +++++++++- inadyn/rootfs/entrypoint.sh | 10 +++++++++- jellyseerr/rootfs/entrypoint.sh | 2 +- joal/rootfs/entrypoint.sh | 10 +++++++++- joplin/rootfs/entrypoint.sh | 10 +++++++++- mealie/rootfs/run.txt | 2 +- nextcloud/rootfs/etc/entrypoint.sh | 2 +- paperless_ngx/rootfs/entrypoint.sh | 10 +++++++++- photoprism/rootfs/entrypoint.sh | 10 +++++++++- postgres/rootfs/entrypoint.sh | 10 +++++++++- seafile/rootfs/entrypoint.sh | 10 +++++++++- sponsorblockcast/rootfs/entrypoint.sh | 10 +++++++++- tandoor_recipes/rootfs/entrypoint.sh | 10 +++++++++- transmission_openvpn/rootfs/entrypoint.sh | 10 +++++++++- webtop_kde/rootfs/entrypoint.sh | 10 +++++++++- webtrees/rootfs/entrypoint.sh | 10 +++++++++- wger/rootfs/entrypoint.sh | 10 +++++++++- whoogle/rootfs/entrypoint.sh | 10 +++++++++- zoneminder/rootfs/entrypoint.sh | 10 +++++++++- 37 files changed, 309 insertions(+), 37 deletions(-) diff --git a/addons_updater/rootfs/entrypoint.sh b/addons_updater/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/addons_updater/rootfs/entrypoint.sh +++ b/addons_updater/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/arpspoof/rootfs/entrypoint.sh b/arpspoof/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/arpspoof/rootfs/entrypoint.sh +++ b/arpspoof/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/autobrr/rootfs/entrypoint.sh b/autobrr/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/autobrr/rootfs/entrypoint.sh +++ b/autobrr/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/autobrr/rootfs/etc/entrypoint.sh b/autobrr/rootfs/etc/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/autobrr/rootfs/etc/entrypoint.sh +++ b/autobrr/rootfs/etc/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/baikal/rootfs/entrypoint.sh b/baikal/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/baikal/rootfs/entrypoint.sh +++ b/baikal/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/binance-trading-bot/rootfs/entrypoint.sh b/binance-trading-bot/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/binance-trading-bot/rootfs/entrypoint.sh +++ b/binance-trading-bot/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/browserless_chrome/rootfs/entrypoint.sh b/browserless_chrome/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/browserless_chrome/rootfs/entrypoint.sh +++ b/browserless_chrome/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/cloudcommander/rootfs/entrypoint.sh b/cloudcommander/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/cloudcommander/rootfs/entrypoint.sh +++ b/cloudcommander/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/enedisgateway2mqtt_dev/rootfs/entrypoint.sh b/enedisgateway2mqtt_dev/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/enedisgateway2mqtt_dev/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt_dev/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/epicgamesfree/rootfs/entrypoint.sh b/epicgamesfree/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/epicgamesfree/rootfs/entrypoint.sh +++ b/epicgamesfree/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/filebrowser/rootfs/entrypoint.sh b/filebrowser/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/filebrowser/rootfs/entrypoint.sh +++ b/filebrowser/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/fireflyiii/rootfs/entrypoint.sh b/fireflyiii/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/fireflyiii/rootfs/entrypoint.sh +++ b/fireflyiii/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/fireflyiii_data_importer/rootfs/entrypoint.sh b/fireflyiii_data_importer/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/fireflyiii_data_importer/rootfs/entrypoint.sh +++ b/fireflyiii_data_importer/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/fireflyiii_fints_importer/rootfs/entrypoint.sh b/fireflyiii_fints_importer/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/fireflyiii_fints_importer/rootfs/entrypoint.sh +++ b/fireflyiii_fints_importer/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/flaresolverr/rootfs/entrypoint.sh b/flaresolverr/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/flaresolverr/rootfs/entrypoint.sh +++ b/flaresolverr/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/free_games_claimer/rootfs/entrypoint.sh b/free_games_claimer/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/free_games_claimer/rootfs/entrypoint.sh +++ b/free_games_claimer/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/gazpar2mqtt/rootfs/entrypoint.sh b/gazpar2mqtt/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/gazpar2mqtt/rootfs/entrypoint.sh +++ b/gazpar2mqtt/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/gitea/rootfs/entrypoint.sh b/gitea/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/gitea/rootfs/entrypoint.sh +++ b/gitea/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/inadyn/rootfs/entrypoint.sh b/inadyn/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/inadyn/rootfs/entrypoint.sh +++ b/inadyn/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/jellyseerr/rootfs/entrypoint.sh b/jellyseerr/rootfs/entrypoint.sh index 59f91276b..bb5368731 100755 --- a/jellyseerr/rootfs/entrypoint.sh +++ b/jellyseerr/rootfs/entrypoint.sh @@ -23,6 +23,6 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done diff --git a/joal/rootfs/entrypoint.sh b/joal/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/joal/rootfs/entrypoint.sh +++ b/joal/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/joplin/rootfs/entrypoint.sh b/joplin/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/joplin/rootfs/entrypoint.sh +++ b/joplin/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 56663d6eb..76959e425 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -16,7 +16,7 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done diff --git a/nextcloud/rootfs/etc/entrypoint.sh b/nextcloud/rootfs/etc/entrypoint.sh index 59f91276b..bb5368731 100755 --- a/nextcloud/rootfs/etc/entrypoint.sh +++ b/nextcloud/rootfs/etc/entrypoint.sh @@ -23,6 +23,6 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done diff --git a/paperless_ngx/rootfs/entrypoint.sh b/paperless_ngx/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/paperless_ngx/rootfs/entrypoint.sh +++ b/paperless_ngx/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/photoprism/rootfs/entrypoint.sh b/photoprism/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/photoprism/rootfs/entrypoint.sh +++ b/photoprism/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/postgres/rootfs/entrypoint.sh b/postgres/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/postgres/rootfs/entrypoint.sh +++ b/postgres/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/seafile/rootfs/entrypoint.sh b/seafile/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/seafile/rootfs/entrypoint.sh +++ b/seafile/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/sponsorblockcast/rootfs/entrypoint.sh b/sponsorblockcast/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/sponsorblockcast/rootfs/entrypoint.sh +++ b/sponsorblockcast/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/tandoor_recipes/rootfs/entrypoint.sh b/tandoor_recipes/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/tandoor_recipes/rootfs/entrypoint.sh +++ b/tandoor_recipes/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/transmission_openvpn/rootfs/entrypoint.sh b/transmission_openvpn/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/transmission_openvpn/rootfs/entrypoint.sh +++ b/transmission_openvpn/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/webtop_kde/rootfs/entrypoint.sh b/webtop_kde/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/webtop_kde/rootfs/entrypoint.sh +++ b/webtop_kde/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/webtrees/rootfs/entrypoint.sh b/webtrees/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/webtrees/rootfs/entrypoint.sh +++ b/webtrees/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/wger/rootfs/entrypoint.sh b/wger/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/wger/rootfs/entrypoint.sh +++ b/wger/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/whoogle/rootfs/entrypoint.sh b/whoogle/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/whoogle/rootfs/entrypoint.sh +++ b/whoogle/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo "" diff --git a/zoneminder/rootfs/entrypoint.sh b/zoneminder/rootfs/entrypoint.sh index 0b33a2d10..a1c102a38 100755 --- a/zoneminder/rootfs/entrypoint.sh +++ b/zoneminder/rootfs/entrypoint.sh @@ -12,6 +12,14 @@ for SCRIPTS in /etc/cont-init.d/*; do chmod a+x "$SCRIPTS" # Change shebang if no s6 supervision sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" - /."$SCRIPTS" || echo "$SCRIPTS: exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" rm "$SCRIPTS" done + +###################### +# Starting container # +###################### + +echo "" +echo -e "\033[0;32mStarting the upstream container\033[0m" +echo ""