Update app id on edit (#670)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Brad Richardson 2023-01-02 21:02:10 -05:00 committed by GitHub
commit 052297a1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 79 additions and 24 deletions

View file

@ -776,7 +776,7 @@ void controlBroadcastThread(control_server_t *server) {
})
}
if(proc::proc.running() == -1) {
if(proc::proc.running() == 0) {
BOOST_LOG(debug) << "Process terminated"sv;
break;