AdminServer hinzugefügt

This commit is contained in:
Marcus Gillitzer
2021-04-09 11:16:29 +02:00
parent 103f14c8b4
commit 552949873c
25 changed files with 1391 additions and 4 deletions

View File

@ -0,0 +1,10 @@
#!/usr/bin/bash
AMSHOME="/opt/rola/ams"
if [ -f $AMSHOME/linux/Appserver/service/rsWebserviceAppserver.status ]
then
echo "Appserver is already running!"
else
/opt/rola/ams/linux/Appserver/service/rsWebserviceAppserver.sh start;
fi
./psc.sh