Script reboot failing - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Script reboot failing (/showthread.php?tid=5457) |
Script reboot failing - fbrun@domizy - 10.06.2024 Hi, I'm trying to reboot a wiser for KNX with a script. Using this "os.execute('reboot')", the server doesn't reboot. I also tested this "os.execute(reboot)" but i have the same result. Respectfully, BRUN FĂ©lix. RE: Script reboot failing - Daniel - 10.06.2024 In General configuration there is Block unsafe functions in scripts: Make sure to disable it. RE: Script reboot failing - fbrun@domizy - 10.06.2024 (10.06.2024, 10:05)Daniel Wrote: In General configuration there is Block unsafe functions in scripts: Thanks Daniel ! |