diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index da396bc..f2b9ca2 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -334,7 +334,7 @@ static gboolean periodic_poll (void) write(trgfd, "s\n", 2); // poweroff - system ("/usr/bin/systemctl poweroff -f"); + system ("/usr/bin/systemctl poweroff -f"); } Menu_Check_Buttons (); |