startup.bash 129 B

123456
  1. # run on front
  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