diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 4bd7b34..708e22c 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -45,7 +45,7 @@ __certbot() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __heath_check() { status=0 health="Good" - start-soft-serve.sh healthcheck || status=$((status + 1)) + start-soft.sh healthcheck || status=$((status + 1)) [ "$status" -eq 0 ] || health="Errors reported see docker logs --follow $CONTAINER_NAME" echo "$(uname -s) $(uname -m) is running and the health is: $health" return ${status:-$?} diff --git a/rootfs/usr/local/bin/start-soft.sh b/rootfs/usr/local/bin/start-soft.sh index be809b6..404a14a 100755 --- a/rootfs/usr/local/bin/start-soft.sh +++ b/rootfs/usr/local/bin/start-soft.sh @@ -5,10 +5,10 @@ # @@Author : Jason Hempstead # @@Contact : jason@casjaysdev.com # @@License : WTFPL -# @@ReadME : start-soft-serve.sh --help +# @@ReadME : start-soft.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments # @@Created : Tuesday, Oct 25, 2022 17:48 EDT -# @@File : start-soft-serve.sh +# @@File : start-soft.sh # @@Description : script to start soft-serve # @@Changelog : New script # @@TODO : Better documentation