Browse Source

Fixed minor issue

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
43043ab1c3
  1. 4
      functions/core_functions.sh

4
functions/core_functions.sh

@ -151,7 +151,9 @@ fn_fetch_function
fn_restart(){
local modulename="Restarting"
info_config.sh
fn_scriptlog "${servername}"
if [ -d "${scriptlogdir}" ]; then
fn_scriptlog "${servername}"
fi
command_stop.sh
command_start.sh
}

Loading…
Cancel
Save