diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 1afde3640..e2b4c39ea 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -32,7 +32,7 @@ for SCRIPTS in /etc/cont-init.d/*; do fi # Start the script - /./"$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" + /."$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" # Cleanup rm "$SCRIPTS"