Skip to content

Commit 335053a

Browse files
committed
Remove double quotations from docker env to run node
1 parent a604dc4 commit 335053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/node/scripts/origin-node-run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [ "$#" -ne 0 ]; then
88
opts=""
99
fi
1010

11-
exec /usr/bin/openshift start node "--config=${conf}" "${opts}" $@
11+
exec /usr/bin/openshift start node "--config=${conf}" ${opts} $@

0 commit comments

Comments
 (0)