瀏覽代碼

Update logging detail for v-restart-system

Kristan Kenney 6 年之前
父節點
當前提交
822a2b0508
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
+    log_history "A restart of the server was initiated."
     /sbin/reboot
 fi