[fix] bad path

This commit is contained in:
Knah Tsaeb 2013-04-09 16:59:11 +02:00
parent 0487944de3
commit b18f2b344b
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ secondLevel=${hashUrl:2:2}
startPath=$firstLevel/$secondLevel/
mkdir -p "cache/img/$startPath"
if [ -f "../cache/config/serverOptions.php" ]
if [ -f "cache/config/serverOptions.php" ]
then
source "../cache/config/serverOptions.php"
source "cache/config/serverOptions.php"
fi
if [ $currentProcess -gt $maxQueue ]