Update hw_diags.py systemctl command syntax
* Now it matches the wk-power-command style
This commit is contained in:
parent
1e21c04a3e
commit
35fd50771c
1 changed files with 2 additions and 2 deletions
|
|
@ -224,9 +224,9 @@ def menu_diags(*args):
|
||||||
'pipes -t 0 -t 1 -t 2 -t 3 -p 5 -R -r 4000'.split(),
|
'pipes -t 0 -t 1 -t 2 -t 3 -p 5 -R -r 4000'.split(),
|
||||||
check=False, pipe=False)
|
check=False, pipe=False)
|
||||||
elif selection == 'R':
|
elif selection == 'R':
|
||||||
run_program(['reboot'])
|
run_program(['systemctl', 'reboot'])
|
||||||
elif selection == 'S':
|
elif selection == 'S':
|
||||||
run_program(['poweroff'])
|
run_program(['systemctl', 'poweroff'])
|
||||||
elif selection == 'Q':
|
elif selection == 'Q':
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue