aboutsummaryrefslogtreecommitdiff
path: root/automatisation/apacheAuto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automatisation/apacheAuto.sh')
-rwxr-xr-xautomatisation/apacheAuto.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/automatisation/apacheAuto.sh b/automatisation/apacheAuto.sh
index 66d4e05..456ba49 100755
--- a/automatisation/apacheAuto.sh
+++ b/automatisation/apacheAuto.sh
@@ -3,10 +3,10 @@
apt install apache2 libapache2-mod-python python-psycopg2
-cp -rv /root/ATS-Project/www /var/
+cp -rv /root/ATS/www /var/
-cp -rv /root/ATS-Project/www/server-config/apache2 /etc/
+cp -rv /root/ATS/www/server-config/apache2 /etc/
-cp -rv /root/ATS-Project/www/server-config/ssl /etc/
+cp -rv /root/ATS/www/server-config/ssl /etc/
systemctl restart apache2