(Status)
| 336 | return subprocess.call(["FEXInterpreter", "/usr/bin/uname", "-a"]) == 0 |
| 337 | |
| 338 | def ExitWithStatus(Status): |
| 339 | # Remove the cached credentials |
| 340 | subprocess.call(["sudo", "-K"]) |
| 341 | sys.exit(Status) |
| 342 | |
| 343 | def main(): |
| 344 | # Only run on supported arch |