diff --git a/show/main.py b/show/main.py index c4c0d4e493..b3fda30041 100755 --- a/show/main.py +++ b/show/main.py @@ -2864,9 +2864,6 @@ def ztp(status, verbose): if os.path.isfile('/usr/bin/ztp') is False: exit("ZTP feature unavailable in this image version") - if os.geteuid() != 0: - exit("Root privileges are required for this operation") - cmd = "ztp status" if verbose: cmd = cmd + " --verbose"