diff --git a/Scripts/sogod-0.9-debian b/Scripts/sogod-0.9-debian index 7f9568f1d..c1092320d 100755 --- a/Scripts/sogod-0.9-debian +++ b/Scripts/sogod-0.9-debian @@ -36,4 +36,4 @@ else fi let "port=$startport + $1 - 1" -exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $PORT >& /var/log/sogo/sogod-$PORT.log +exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $port >& /var/log/sogo/sogod-$port.log diff --git a/Scripts/sogod-0.9-redhat b/Scripts/sogod-0.9-redhat index eea7179b0..afd934bea 100755 --- a/Scripts/sogod-0.9-redhat +++ b/Scripts/sogod-0.9-redhat @@ -36,4 +36,4 @@ else fi let "port=$startport + $1 - 1" -exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $PORT >& /var/log/sogo/sogod-$PORT.log +exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $port >& /var/log/sogo/sogod-$port.log