diff options
| author | Michael Peter Christen <mc@yacy.net> | 2015-01-23 11:30:13 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2015-01-23 11:30:13 +0100 |
| commit | 287c528f46ef47adb7590499f33bc1cac16f51ed (patch) | |
| tree | f537087e28ae88b30ba6ec46917bb868c7543cee /startYACY.sh | |
| parent | 2bc2564668fdd9ee96a5d67e6bccf76dc1b13ac2 (diff) | |
replaced old JavaApplicationStub for Mac Application framework with new
script. Adopted the YaCyApp environment and fixed a problem in the
startYACY.sh application wrapper which caused wrong usage of logging
option -l which caused that files had been written to the YaCy
application folder.
As a result of this fix, it is not necessary any more to change path
settings in Info.plist if libraries are changed.
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index f8a20e9cb..731278f20 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -179,7 +179,7 @@ if [ $GUI -eq 1 ] #gui then cmdline="$cmdline -gui $parameter" fi -if [ $DEBUG -eq 1 ] #debug +if [ $DEBUG -eq 0 ] #debug then cmdline=$cmdline elif [ $LOGGING -eq 1 ];then #logging |
