Przeglądaj źródła

tahoelafs permissions after upgrade

Bob Mottram 8 lat temu
rodzic
commit
2ea8012dd2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs Wyświetl plik

@@ -102,6 +102,7 @@ function upgrade_tahoelafs {
102 102
     cd /home/tahoelafs/tahoelafs
103 103
     virtualenv venv
104 104
     venv/bin/pip install --editable .
105
+    chown -R tahoelafs:tahoelafs /home/tahoelafs
105 106
     systemctl start tahoelafs
106 107
 }
107 108