From d93a188423c14cb19444127a4940271b492f5411 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 23:45:23 -0400 Subject: [PATCH] edit bash script --- config/lokilaunch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index d02803b..c61b610 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -17,3 +17,5 @@ case "$1" in *) echo "Usage: "$1" {start|stop|gen}" exit 1 + ;; + esac