From 781c7afe737710bd6b18d936fbb4481fce8ad4de Mon Sep 17 00:00:00 2001
From: Paul Beuchat <beuchatp@control.ee.ethz.ch>
Date: Tue, 5 May 2020 17:19:19 +0200
Subject: [PATCH] Added hint to update web interface shell script for how to
 add write access to the group for all files in the /var/www/html folder

---
 web_interface/html/bashscripts/updatewebinterface.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/web_interface/html/bashscripts/updatewebinterface.sh b/web_interface/html/bashscripts/updatewebinterface.sh
index 99008a4a..3c82c102 100755
--- a/web_interface/html/bashscripts/updatewebinterface.sh
+++ b/web_interface/html/bashscripts/updatewebinterface.sh
@@ -126,3 +126,8 @@ echo ""
 cp -v $dfallhome"/"*.php $wwwhome"/"
 echo "Copied across the \"*.php\" files"
 echo ""
+#
+#
+#
+# Add write access for the group to all files
+#chmod -R g+rw $wwwhome
-- 
GitLab