From ead54fbd89afaaefafa9fed6cfa45c1dd8adfcab Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 30 Aug 2023 12:02:03 +0200 Subject: [PATCH] disable install --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 58f5e4a..6ab3f19 100644 --- a/start.sh +++ b/start.sh @@ -4,6 +4,6 @@ ln -sf /mnt/init.properties init.properties cp -R app/* /opt/tomcat/webapps/ cp -R webapp/public_html/* /var/www/localhost/htdocs/ chmod +x start.sh -#touch /opt/tomcat/webapps/re3gistry2/WEB-INF/classes/configurations_files/system.installed +touch /opt/tomcat/webapps/re3gistry2/WEB-INF/classes/configurations_files/system.installed /opt/tomcat/bin/catalina.sh start exec /usr/sbin/httpd -DFOREGROUND \ No newline at end of file