From c4eed0109a0d98883bc7a178ef511833865725ab Mon Sep 17 00:00:00 2001 From: Andrew1031 Date: Wed, 11 Sep 2024 09:21:37 -0700 Subject: [PATCH] Fixed function name typo in template script --- packaging/js/scripts/init/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/js/scripts/init/template b/packaging/js/scripts/init/template index 4a8104ae05..a713a9bfcc 100644 --- a/packaging/js/scripts/init/template +++ b/packaging/js/scripts/init/template @@ -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; }