reboot_System.sh 211 B

123456789101112
  1. #!/bin/bash
  2. source /etc/profile
  3. source /opt/GSD/stop/stop_Systeam.sh
  4. date="`date '+%Y-%m-%d %H:%M:%S'`"
  5. echo "restart System $date" >> /opt/GSD/log/reboot.log
  6. sleep 10
  7. source /opt/GSD/start/start_System.sh