made dev commands actually do something
This commit is contained in:
parent
1c467371a8
commit
7c49424350
@ -2,8 +2,8 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
def reboot_system():
|
def reboot_system():
|
||||||
os.system('echo TEST REBOOT')
|
os.system('sudo reboot')
|
||||||
|
|
||||||
|
|
||||||
def shutdown_system():
|
def shutdown_system():
|
||||||
os.system('echo TEST SHUTDOWN')
|
os.system('sudo shutdown')
|
||||||
|
Loading…
Reference in New Issue
Block a user