From 0766c804d4a02003f5d2043dd4b04d9ab0141e8e Mon Sep 17 00:00:00 2001 From: zunnu Date: Sun, 19 Jun 2016 23:48:04 +0300 Subject: [PATCH] More functions --- lgsm/functions/core_functions.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 648832332..b8daf46c9 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -121,6 +121,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +command_execute.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + command_monitor.sh(){ functionfile="${FUNCNAME}" fn_fetch_function @@ -156,6 +161,26 @@ functionfile="${FUNCNAME}" fn_fetch_function } +command_countdown.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + +command_shutdown.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + +command_update_countdown.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + +command_message.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fn_restart(){ local modulename="Restarting" info_config.sh @@ -167,6 +192,7 @@ command_start.sh } + # Checks check.sh(){