mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 08:49:30 +00:00
typo fix
This commit is contained in:
parent
9a3c022fd8
commit
bc01f2b041
@ -13,7 +13,7 @@ dietail() {
|
||||
|
||||
SERVER=$1
|
||||
SERVERBASE=$HOME/servers/$SERVER
|
||||
[ -d "$SERVERBASE" ] || die "Server '$VERSION' not found."
|
||||
[ -d "$SERVERBASE" ] || die "Server '$SERVER' not found."
|
||||
[ -d "$SERVERBASE/logs" ] || mkdir $SERVERBASE/logs
|
||||
|
||||
shift
|
||||
|
Loading…
x
Reference in New Issue
Block a user