Re-Fixed warning at tentacle_serverd script

(cherry picked from commit e376341e16)
This commit is contained in:
m-lopez-f 2016-04-07 11:34:24 +02:00
parent 303371c080
commit 50b8a2ee50
1 changed files with 1 additions and 1 deletions

View File

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