fix previous

This commit is contained in:
Andrew Dolgov 2023-10-22 10:24:14 +03:00
parent b0f96dbb5a
commit ccb4a4d337
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ else
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
fi
for d in cache lock feed-icons plugins.local
themes.local templates.local cache/export cache/feeds cache/images cache/upload; 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
done