Skip to content

Commit

Permalink
Fix for multiple KUBEDOCK_PARAMS
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
  • Loading branch information
AObuchow committed Oct 13, 2023
1 parent 0a20adb commit 72f5307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/ubi8/entrypoint.sh
Expand Up @@ -20,7 +20,7 @@ if [ "${KUBEDOCK_ENABLED:-false}" = "true" ]; then

echo "Starting kubedock with params \"${KUBEDOCK_PARAMS}\"..."

kubedock server "${KUBEDOCK_PARAMS}" > /tmp/kubedock.log 2>&1 &
kubedock server ${KUBEDOCK_PARAMS} > /tmp/kubedock.log 2>&1 &

echo "Done."

Expand Down

0 comments on commit 72f5307

Please sign in to comment.