Browse Source

Only change the data directory ownership on Docker start

Nick Mills-Barrett 3 năm trước cách đây
mục cha
commit
2e01dc4bd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-run.sh

+ 1 - 1
docker-run.sh

@@ -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