reboot_System.sh 160 B

123456789
  1. #!/bin/bash
  2. source /etc/profile
  3. date="`date '+%Y-%m-%d %H:%M:%S'`"
  4. echo "restart System $date" >> /opt/GSD/log/reboot.log
  5. cd /opt/GSD
  6. docker-compose restart