Prechádzať zdrojové kódy

Only change the data directory ownership on Docker start

Nick Mills-Barrett 3 rokov pred
rodič
commit
2e01dc4bd4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docker-run.sh

+ 1 - 1
docker-run.sh

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