[fix] bad file path

This commit is contained in:
Knah Tsaeb 2013-04-02 11:43:07 +02:00
parent 9b79c38d87
commit 7675edb5de
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ optimizeTool='' # external tool form optimize png
maxQueue=50 # max process in queue
currentProcess=$(ps -e | grep -v grep | grep thumb_ | wc -l)
if [ ! -f "cache/tmp/$md5Site.png" ]
if [ ! -f "cache/config/serverOptions.php" ]
then
source "../cache/config/serverOptions.php"
source "cache/config/serverOptions.php"
fi
if [ $currentProcess -gt $maxQueue ]