Hi there,
Ive been using the following code to perform a soft reboot in Matrix without issue, but in Nexus the same code wipes everything. Is there some new code to be using instead?
os._exit(1)
Hi there,
Ive been using the following code to perform a soft reboot in Matrix without issue, but in Nexus the same code wipes everything. Is there some new code to be using instead?
os._exit(1)
What do you mean with this?
What about simple
os.system('reboot')
or
os.system('systemctl reboot')
About | FAQ | Terms of Service | Privacy Policy | Legal Notice