[fix] bad detection of other instance of cronTask

This commit is contained in:
Knah Tsaeb 2013-07-29 10:21:40 +02:00
parent c842a5f6f4
commit 5dd151ca6d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ tempDest=/path/of/sovigall/tmp/
threads=3 # nb cpu core - 1
cd $tempDest
nbProcessLauch=$(ps -e | grep -v grep | grep youtube-dl | wc -l)
nbProcessLauch=$(ps -ef | grep -v grep | grep youtube-dl | wc -l)
if [ $nbProcessLauch != 0 ]
then