mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 01:14:29 +01:00
Only change the data directory ownership on Docker start
This commit is contained in:
parent
082bdcca11
commit
2e01dc4bd4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ fi
|
||||||
|
|
||||||
# Define functions.
|
# Define functions.
|
||||||
function fixperms {
|
function fixperms {
|
||||||
chown -R $UID:$GID /data /opt/mautrix-whatsapp
|
chown -R $UID:$GID /data
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ ! -f /data/config.yaml ]]; then
|
if [[ ! -f /data/config.yaml ]]; then
|
||||||
|
|
Loading…
Reference in a new issue