[fix] bad path
This commit is contained in:
parent
0487944de3
commit
b18f2b344b
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue