diff --git a/entrypoint.sh b/entrypoint.sh index f0490dae..350df1fc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,5 +35,5 @@ fi if [ "$(id -u)" -eq 0 ]; then exec su-exec oxicloud "$@" else - oxicloud "$@" + "$@" fi