This commit is contained in:
Gunter Labes 2009-04-15 07:44:44 +00:00
parent 9a3c022fd8
commit bc01f2b041

View file

@ -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