force create cache directories on app startup
This commit is contained in:
parent
aec8cdd0c8
commit
b0f96dbb5a
|
@ -52,7 +52,8 @@ else
|
||||||
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
|
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for d in cache lock feed-icons plugins.local themes.local; do
|
for d in cache lock feed-icons plugins.local
|
||||||
|
themes.local templates.local cache/export cache/feeds cache/images cache/upload; do
|
||||||
sudo -u app mkdir -p $DST_DIR/$d
|
sudo -u app mkdir -p $DST_DIR/$d
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue