summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner.sh b/runner.sh
index 1ec1fbc..e651c5d 100755
--- a/runner.sh
+++ b/runner.sh
@@ -94,7 +94,7 @@ case $1 in
stop;;
status)
running || fail "Server is not running."
- >&2 echo "Server is running"
+ >&2 echo "Server is running."
exit 0;;
attach)
attach;;