Skip to content

Commit

Permalink
Remove double quotations from docker env to run node
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Nov 7, 2017
1 parent a604dc4 commit 335053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/scripts/origin-node-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ "$#" -ne 0 ]; then
opts=""
fi

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

0 comments on commit 335053a

Please sign in to comment.