typo fix
This commit is contained in:
parent
9a3c022fd8
commit
bc01f2b041
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue