Browse Source

Update logging detail for v-restart-system

Kristan Kenney 6 years ago
parent
commit
822a2b0508
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/v-restart-system

+ 1 - 0
bin/v-restart-system

@@ -28,6 +28,7 @@ check_args '1' "$#" 'RESTART'
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 
 
 if [  "$restart" = 'yes' ]; then
 if [  "$restart" = 'yes' ]; then
+    log_history "A restart of the server was initiated."
     /sbin/reboot
     /sbin/reboot
 fi
 fi