diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7d4be4c..7795b22 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -8,7 +8,7 @@ echo "PATH=$PATH" if [ ! -z "$INIT_LOCAL_CMON" ]; then echo "Initializing local CMON configuration..." - INIT_CMD="/usr/local/bin/ccmgradm init --basedir=/usr/share/ccmgr --local-cmon" + INIT_CMD="/usr/local/bin/ccmgradm init --local-cmon" if [ ! -z "$CMON_PROXY_PORT" ]; then INIT_CMD="$INIT_CMD -p $CMON_PROXY_PORT"