startup.bash 311 B

12345678910111213
  1. # run on back
  2. # echo "start Demo.bash"
  3. # chmod 777 /root/app/Demo.bash
  4. # sh /root/app/Demo.bash > /root/app/Demo/Logs/Demo.log 2>&1 &
  5. # run on front
  6. echo "start ServiceCenter.bash"
  7. chmod 777 /root/app/ServiceCenter.bash
  8. sh /root/app/ServiceCenter.bash > /root/app/ServiceCenter/Logs/ServiceCenter.log 2>&1