typo fix
This commit is contained in:
parent
b5d8ed3f17
commit
9b5f29b7f4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
die() { echo >&2 "$@"; exit 1; }
|
||||
notfound() { echo >&2 "$SOCKET not found, sending to the '$1'."; SOCKET=$SERVERBASE/$1/var/run/socket; }
|
||||
|
||||
[ $# -ge 1 ] || die "Syntax: $0 <server version> [message]"
|
||||
[ $# -ge 1 ] || die "Syntax: $0 <server version> [<message>]"
|
||||
|
||||
SERVER=$1
|
||||
SERVERBASE=$HOME/servers/$SERVER
|
||||
|
|
Loading…
Add table
Reference in a new issue