From 80b8d491acdc004f4aee485987a78c0ddea28d6b Mon Sep 17 00:00:00 2001 From: Roeland Reyniers Date: Sat, 3 Sep 2016 13:49:49 -0600 Subject: [PATCH] Fix error typo --- netinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netinstall.sh b/netinstall.sh index e1e679a..a8bee95 100644 --- a/netinstall.sh +++ b/netinstall.sh @@ -59,7 +59,7 @@ case "$status" in ;; "1") - echo "Something where wrong :(" + echo "Something went wrong :( Make sure you meet the Prerequisites found in the readme." ;; "2") echo "WARNING: A previous version of ARK Server Tools was detected in your system, your old configuration was not overwritten. You may need to manually update it."