restart.sh 92 B

123456
  1. #!/bin/sh
  2. echo Stop Application
  3. source ./stop.sh
  4. echo Start Application
  5. source ./startup.sh