### Iris version 3.66.1 ### Operating system(s) affected - [X] Windows - [X] MacOS - [X] iOS - [X] Android - [X] Linux - [X] Other ### Browser(s) affected - [X] Firefox - [X] Chrome - [X] Edge - [X] Other ### What happened? When any button in the UI is pressed to trigger actions in `system.sh`, the call fails when sudo is not available due to line 28 in `system.py`. It should be something like this ```python _USE_SUDO = not os.path.exists('/IS_CONTAINER') ``` ### Logs _No response_