Browse Source

Fixed typo

pull/890/head
zunnu 9 years ago
committed by GitHub
parent
commit
28d1c68474
  1. 7
      lgsm/functions/core_functions.sh

7
lgsm/functions/core_functions.sh

@ -166,7 +166,7 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
commandshutdown.sh(){
command_shutdown.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
@ -176,11 +176,6 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
command_message.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
fn_restart(){
local modulename="Restarting"
info_config.sh

Loading…
Cancel
Save