From a5c3314acb2768ac03a04fde3d09091ffa181782 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Mon, 4 Oct 2021 14:50:56 +0200
Subject: [PATCH] "chmod o+rw /var/run/mount"

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aa6c9d1..029b0ea 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ pip3 install ordered_set
 # after every editing of requirements.in
 pip-compile
 
-pip-sync
 chown -R nobody.nogroup /usr/local/share/vl-gitfs 
 ```
 
@@ -77,7 +76,9 @@ deactivate
 
 ## Automatic mounting
 
-```
+``` 
+chmod o+rw /var/run/mount
+
 cd /usr/local/share/vl-gitfs 
 systemctl daemon-reload 
 systemctl link $PWD/vl-gitfs.service
-- 
GitLab