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