mirror of
https://github.com/mautrix/telegram.git
synced 2026-05-17 07:25:46 +03:00
Only change the data directory ownership on Docker start
This commit is contained in:
committed by
GitHub
parent
54176ba2db
commit
da132438bd
@@ -2,7 +2,7 @@
|
||||
|
||||
# Define functions.
|
||||
function fixperms {
|
||||
chown -R $UID:$GID /data /opt/mautrix-telegram
|
||||
chown -R $UID:$GID /data
|
||||
}
|
||||
|
||||
cd /opt/mautrix-telegram
|
||||
|
||||
Reference in New Issue
Block a user