Fixed function name typo in template script

This commit is contained in:
Andrew1031 2024-09-11 09:21:37 -07:00
parent d993b01638
commit c4eed0109a

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