Merge pull request #11635 from Andrew1031/bug/typo_fix_template_script

incorrect function name in template script #10538
This commit is contained in:
Viacheslav Klimov 2024-09-12 16:17:54 +03:00 committed by GitHub
commit 66e55412fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; }