mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-09 13:48:01 -05:00
Fix copy-paste error
This commit is contained in:
2
main.c
2
main.c
@@ -92,7 +92,7 @@ void sigterm_handler(int signum) {
|
||||
}
|
||||
} else {
|
||||
if (!quiet) {
|
||||
printf("Received SIGINT, sending SIGTERM to the command and waiting for it to finish\n");
|
||||
printf("Received SIGTERM, sending SIGTERM to the command and waiting for it to finish\n");
|
||||
}
|
||||
send_signal_to_pid(pid, signum, "SIGTERM");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user