fix case esac in start.sh

pull/332/head
sgaebel 5 years ago
parent e08ccd5f48
commit 05137e4d6b

@ -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

Loading…
Cancel
Save