mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
typo
This commit is contained in:
parent
1d181ed440
commit
b0d3985ab4
1 changed files with 2 additions and 2 deletions
4
start.sh
4
start.sh
|
@ -70,8 +70,8 @@ fi
|
|||
chown -R cloudron:cloudron /tmp/mastodon /run/mastodon
|
||||
|
||||
if [[ "$(stat -c '%U' /app/data)" != "cloudron" ]]; then
|
||||
chown -R cloudron:cloudron /app/data/*
|
||||
chown cloudron:clourdon /app/data
|
||||
chown -R cloudron:cloudron /app/data/* || true # if there are no files
|
||||
chown cloudron:cloudron /app/data
|
||||
fi
|
||||
|
||||
[[ ! -f /app/data/config.sh ]] && cp /app/pkg/config.sh /app/data/config.sh
|
||||
|
|
Loading…
Reference in a new issue