diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-10-22 10:24:14 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-10-22 10:24:14 +0300 |
| commit | ccb4a4d337dec37464dc91ab4be991da17c0db0d (patch) | |
| tree | 39d0bbd021eae475c4050c26e9f6562ab229c06b /.docker/app | |
| parent | b0f96dbb5a98ab383ee1c491520ab73df4fcc687 (diff) | |
fix previous
Diffstat (limited to '.docker/app')
| -rw-r--r-- | .docker/app/startup.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh index dcf234112..2b893e074 100644 --- a/.docker/app/startup.sh +++ b/.docker/app/startup.sh @@ -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 |