Skip to content

Commit

Permalink
ctrlvt: fix vtctl -R -> vtctl reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
arsv committed Jan 25, 2018
1 parent 3cf2bbb commit 6dd2545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtms/ctrlvt.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static void cmd_lock(void)
message("rebooting", 0);

term_fini();
spawn("svctl", "-R");
spawn("svctl", "reboot");
term_back();
}
} else {
Expand Down

0 comments on commit 6dd2545

Please sign in to comment.