2020-04-21 15:16:51 +02:00

11 lines
236 B
Bash
Executable File

#!/usr/bin/bash
AMSHOME="/opt/rola/ams"
if [ ! -f $AMSHOME/linux/Appserver/service/rsWebserviceAppserver.status ]
then
echo "Appserver not running!"
else
/opt/rola/ams/linux/Appserver/service/rsWebserviceAppserver.sh stop;
fi
./psc.sh