Merge branch 'master' of github.com:thingsboard/thingsboard

This commit is contained in:
Igor Kulikov 2024-09-12 16:33:55 +03:00
commit 9409967fe2

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