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