소스 검색

fix(monitor): will now restart instead of update if restart requested

Daniel Gibbs 1 년 전
부모
커밋
d56742bee8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/modules/command_monitor.sh

+ 1 - 1
lgsm/modules/command_monitor.sh

@@ -167,7 +167,7 @@ fn_monitor_check_update_source() {
 			fn_script_log_info "Checking update: ${selfname} has requested an update and needs to be restarted"
 			alert="update-request"
 			alert.sh
-			command_update.sh
+			command_restart.sh
 			core_exit.sh
 		fi
 	fi