We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a604dc4 commit 335053aCopy full SHA for 335053a
images/node/scripts/origin-node-run.sh
@@ -8,4 +8,4 @@ if [ "$#" -ne 0 ]; then
8
opts=""
9
fi
10
11
-exec /usr/bin/openshift start node "--config=${conf}" "${opts}" $@
+exec /usr/bin/openshift start node "--config=${conf}" ${opts} $@
0 commit comments