From 05137e4d6b6007d19dc848164915ea8876cd97ba Mon Sep 17 00:00:00 2001 From: sgaebel Date: Mon, 20 Jan 2020 21:01:45 +0100 Subject: [PATCH] fix case esac in start.sh --- startYACY.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startYACY.sh b/startYACY.sh index 2df77a3ba..203eaeecf 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -57,7 +57,8 @@ case "$OS" in fi options="`getopt hdlptsg: $*`" -case *) +;; + *) options="`getopt -u -n YaCy -o h,d,f,l,p,t,s,g -l help,debug,foreground,logging,print-out,tail-log,startup,gui -- $@`" ;; esac