Skip to content
Snippets Groups Projects
Commit 551e431b authored by Nicola Worthington's avatar Nicola Worthington
Browse files

Explicitly add options to command line as belt and braces just in case

parent c0a957f9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ main () {
/usr/bin/env node "$TW5" "$TW_WIKINAME" --init server
fi
exec /usr/bin/env node "$TW5" "$TW_WIKINAME" --server \
exec /usr/bin/env node $NODE_OPTIONS "$TW5" "$TW_WIKINAME" --server \
"$TW_PORT" \
"$TW_ROOTTIDDLER" \
"$TW_RENDERTYPE" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment