Skip to content

Commit

Permalink
fixed braces
Browse files Browse the repository at this point in the history
  • Loading branch information
dansoap committed Feb 23, 2014
1 parent df45963 commit eeef724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example
Expand Up @@ -29,7 +29,7 @@ USERNAME="minecraft"
MCPATH="/home/${USERNAME}/minecraft"

# Path to server log file ($MCPATH/server.log on older versions)
SERVERLOG="{$MCPATH}/logs/latest.log"
SERVERLOG="${MCPATH}/logs/latest.log"

# Where the worlds are located on the disk. Can not be the same as MCPATH.
# You need to move your worlds to this directory manually, the script
Expand Down

0 comments on commit eeef724

Please sign in to comment.