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 5f9f713 commit 44002b4Copy full SHA for 44002b4
setup.py
@@ -55,12 +55,11 @@ class Configure(_install):
55
56
def run(self):
57
conf_avail = False
58
- print dir(_install)
59
- _install.do_egg_install(self)
60
if not os.getuid() == 0:
61
print bcolor.RED + "You must run me as root user!" + bcolor.END
62
print bcolor.RED + "Rerun me with sudo " + __file__ + bcolor.END
63
sys.exit(2)
+ _install.do_egg_install(self)
64
print ""
65
print bcolor.CYAN + "Welcome to the Miniprobe (Python) for PRTG installer" + bcolor.END
66
if self.file_check(self.path):
0 commit comments