Only change the data directory ownership on Docker start
This commit is contained in:
committed by
GitHub
parent
54176ba2db
commit
da132438bd
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Define functions.
|
# Define functions.
|
||||||
function fixperms {
|
function fixperms {
|
||||||
chown -R $UID:$GID /data /opt/mautrix-telegram
|
chown -R $UID:$GID /data
|
||||||
}
|
}
|
||||||
|
|
||||||
cd /opt/mautrix-telegram
|
cd /opt/mautrix-telegram
|
||||||
|
|||||||
Reference in New Issue
Block a user