mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-13 17:13:11 +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.
|
||||
function fixperms {
|
||||
chown -R $UID:$GID /data /opt/mautrix-whatsapp
|
||||
chown -R $UID:$GID /data
|
||||
}
|
||||
|
||||
if [[ ! -f /data/config.yaml ]]; then
|
||||
|
|
Loading…
Reference in a new issue