diff options
Diffstat (limited to 'script')
| -rw-r--r-- | script/restart.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/script/restart.sh b/script/restart.sh index 39c17f4..36afe84 100644 --- a/script/restart.sh +++ b/script/restart.sh @@ -17,5 +17,6 @@ fi  tswithoffset=$(($lastts + $offset))  if [ $now -gt $tswithoffset ]; then -    echo "Restart" +    echo "Restart $now" +    #reboot  fi  | 
