Skip to content

Commit

Permalink
Extra world argument fixed (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 authored Feb 7, 2021
1 parent c219a6b commit 8884efb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/files/start_server_rusty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ cd "$(dirname "$0")"
# This script will be overwritten at each start!
# Launch Command
{command} \
-port {port} \
-name "{name}" \
-world "{world}" \
-world "{world}" \
-password "{password}" \
-public 1 \
{command} \
-port {port} \
-name "{name}" \
-world "{world}" \
-password "{password}" \
-public 1 \
2>&1 | tee ./output.log > /dev/null 2>&1 &
# Capture the PID
Expand Down

0 comments on commit 8884efb

Please sign in to comment.