Re3gistry/start.sh

8 lines
284 B
Bash
Raw Normal View History

2023-05-19 13:46:30 +00:00
#!/bin/sh
2023-08-30 09:20:39 +00:00
ln -sf /mnt/init.properties init.properties
. ./init-config.sh
cp -R app/* /opt/tomcat/webapps/
chmod +x start.sh
2023-08-30 10:02:03 +00:00
touch /opt/tomcat/webapps/re3gistry2/WEB-INF/classes/configurations_files/system.installed
2023-05-19 13:46:30 +00:00
/opt/tomcat/bin/catalina.sh start
exec /usr/sbin/httpd -DFOREGROUND