- # run on back
- # echo "start Demo.bash"
- # chmod 777 /root/app/Demo.bash
- # sh /root/app/Demo.bash > /root/app/Demo/Logs/Demo.log 2>&1 &
- # run on front
- echo "start ServiceCenter.bash"
- chmod 777 /root/app/ServiceCenter.bash
- sh /root/app/ServiceCenter.bash > /root/app/ServiceCenter/Logs/ServiceCenter.log 2>&1
|