[fix] bad file path
This commit is contained in:
parent
9b79c38d87
commit
7675edb5de
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ optimizeTool='' # external tool form optimize png
|
||||||
maxQueue=50 # max process in queue
|
maxQueue=50 # max process in queue
|
||||||
currentProcess=$(ps -e | grep -v grep | grep thumb_ | wc -l)
|
currentProcess=$(ps -e | grep -v grep | grep thumb_ | wc -l)
|
||||||
|
|
||||||
if [ ! -f "cache/tmp/$md5Site.png" ]
|
if [ ! -f "cache/config/serverOptions.php" ]
|
||||||
then
|
then
|
||||||
source "../cache/config/serverOptions.php"
|
source "cache/config/serverOptions.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $currentProcess -gt $maxQueue ]
|
if [ $currentProcess -gt $maxQueue ]
|
||||||
|
|
Loading…
Reference in a new issue