aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-10 08:52:40 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-10 08:52:40 +0200
commit5df8132d695965833b8463bd6a40639575000148 (patch)
treeb5a56ab4eba7af3502c0733a03512d994017e8e4 /www
parentcb6a7852bf1015497aaaf40cc41050405f3f3f84 (diff)
Update help.txt
Diffstat (limited to 'www')
-rw-r--r--www/server-config/help.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/server-config/help.txt b/www/server-config/help.txt
index 864b93d..9090abd 100644
--- a/www/server-config/help.txt
+++ b/www/server-config/help.txt
@@ -6,8 +6,5 @@ apt install apache2 libapache2-mod-python python-psycopg2
#replace the actual /var/www by our ATS-Project/www
cp -r /root/ATS-Project/www /var/
-#give the x rights on the .py files
-chmod +x /var/www/html *.py
-
#replace the apache2 and ssl folders
cp -r ...