We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac514b commit ecce42bCopy full SHA for ecce42b
docker/scripts/nbl/ci/dev/lib/kazoo.py
@@ -66,7 +66,7 @@ def shutdownOs():
66
if os.name == 'nt' or os.name == 'java': # For windows and java (in the rare case of running jython)
67
return os.system('shutdown /s /f 0')
68
elif os.name == 'posix': # For Unix, Linux, Mac
69
- return os.system('sudo shutdown -h now')
+ return os.system('shutdown -h now')
70
else:
71
print('Unknown operating system') # Docs for os.name listed only the above three cases
72
return 1
0 commit comments