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