Skip to content

Commit

Permalink
Merge pull request #119 from hafu/vanilla-fix-bootstrap-extra-args
Browse files Browse the repository at this point in the history
Remove duplicate extra arguiments
  • Loading branch information
ryansheehan authored Sep 28, 2022
2 parents 8abdc59 + 8e0bb37 commit f09e781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
echo "Environment WORLD_FILENAME specified"
if [ -f "$WORLD_PATH" ]; then
echo "Loading to world $WORLD_FILENAME..."
mono TerrariaServer.exe -config "$CONFIGPATH/$CONFIG_FILENAME" -logpath "$LOGPATH" "$@" -world "$WORLD_PATH" "$@"
mono TerrariaServer.exe -config "$CONFIGPATH/$CONFIG_FILENAME" -logpath "$LOGPATH" -world "$WORLD_PATH" "$@"
else
echo "Unable to locate $WORLD_PATH."
echo "Please make sure your world file is volumed into docker: -v <path_to_world_file>:$WORLDPATH"
Expand Down

0 comments on commit f09e781

Please sign in to comment.