From d1f1c32c03057c9e60e27cbee81acec0d9bf96e8 Mon Sep 17 00:00:00 2001 From: alban Date: Thu, 5 Nov 2020 09:59:53 +0100 Subject: [PATCH] [fix] tweaks --- server/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/install.sh b/server/install.sh index 9d915a5..f1c6ebe 100644 --- a/server/install.sh +++ b/server/install.sh @@ -11,7 +11,7 @@ rm -f /etc/nginx/sites-enabled/* pip3 install flask numpy pillow redis pip3 install pypotrace cd /opt -#git clone https://git.interhacker.space/teamlaser/laser-app -cp /opt/teamlaser/laser-app/files/nginx/sites-enabled/site.conf /etc/nginx/sites-enabled +git clone https://git.interhacker.space/teamlaser/laser-app +cp /opt/laser-app/server/files/nginx/sites-enabled/site.conf /etc/nginx/sites-enabled