Skip to content

Commit 35ba7bd

Browse files
committed
Use killall -s SIGHUP labwc
1 parent 7e4529e commit 35ba7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ update(GtkWidget *widget, gpointer data)
8787

8888
/* reconfigure labwc */
8989
if (!fork()) {
90-
execl("/bin/sh", "/bin/sh", "-c", "killall -SIGHUP labwc", (void *)NULL);
90+
execl("/bin/sh", "/bin/sh", "-c", "killall -s SIGHUP labwc", (void *)NULL);
9191
}
9292
}
9393

0 commit comments

Comments
 (0)