source: OpenRLabs-Git/deploy/rlabs_installer/07_install_websocket.sh

qndtest
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 3 years ago

Historial Limpio

  • Property mode set to 100644
File size: 333 bytes
Line 
1#!/bin/bash
2
3echo "+------------------------------------------+"
4echo "|                                          |"
5echo "|     Installing WEBSOCKET SERVLET         |"
6echo "|                                          |"
7echo "+------------------------------------------+"
8
9cp ./packages/*.war /var/lib/tomcat9/webapps/websocket.war
Note: See TracBrowser for help on using the repository browser.