diff --git a/entrypoint-healthcheck.sh b/entrypoint-healthcheck.sh index 94a9618..b749262 100755 --- a/entrypoint-healthcheck.sh +++ b/entrypoint-healthcheck.sh @@ -1,2 +1,2 @@ #!/bin/bash -exec gosu ${USERNAME} /linuxgsm/*server monitor || exit 1 +exec gosu ${USERNAME} /app/*server monitor || exit 1