diff options
| author | Marc Nause <marc.nause@audioattack.de> | 2015-02-25 21:11:59 +0100 |
|---|---|---|
| committer | Marc Nause <marc.nause@audioattack.de> | 2015-02-25 21:11:59 +0100 |
| commit | d23f7165ab23894b17831d4a58c5e4ed5d68aab5 (patch) | |
| tree | b4a4b4b0381a47ea9de418e3279a452bf73e200e /startYACY.sh | |
| parent | 2d2299f48460ae32f3d4ee594b92783bb221b088 (diff) | |
Next try to fix start script for OpenBSD.
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/startYACY.sh b/startYACY.sh index f9af34de7..bacf6c649 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -38,7 +38,7 @@ Options -l, --logging save the output of YaCy to yacy.log -d, --debug show the output of YaCy on the console -p, --print-out only print the command, which would be executed to start YaCy - -g, --gui start a gui for YaCy + -g, --gui start a gui for YaCy USAGE } @@ -52,7 +52,7 @@ then echo "WARNING: Unfortunately this script does not support long options in $OS." fi - options="`getopt -n YaCy -o h,d,l,p,t,g -- $@`" + options="`getopt hdlptg: $*`" else options="`getopt -n YaCy -o h,d,l,p,t,g -l help,debug,logging,print-out,tail-log,gui -- $@`" fi |
