Merge pull request #11635 from Andrew1031/bug/typo_fix_template_script
incorrect function name in template script #10538
This commit is contained in:
commit
66e55412fd
@ -183,7 +183,7 @@ restart() {
|
||||
stop && start
|
||||
}
|
||||
|
||||
orce_reload() {
|
||||
force_reload() {
|
||||
working_dir=$(dirname "$mainfile")
|
||||
pushd "$working_dir" > /dev/null
|
||||
[[ -f $pid_file ]] || { echoRed "Not running (pidfile not found)"; return 7; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user