mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Re-Fixed warning at tentacle_serverd script
This commit is contained in:
parent
fc72052b86
commit
e376341e16
@ -137,7 +137,7 @@ case "$1" in
|
||||
while [ $COUNTER -lt $MAXWAIT ]
|
||||
do
|
||||
_PID=`get_all_pid`
|
||||
if [ "$_PID" != "$SATELLITE_PID" ] || ([ "$_PID" == "" ] && [ "$SATELLITE_PID" == "" ])
|
||||
if [ "$_PID" != "$TENTACLE_PID" ]
|
||||
# tentacle already stopped
|
||||
then
|
||||
COUNTER=$MAXWAIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user