fix tentacle no root pandora_enterprise#13566wq
This commit is contained in:
parent
c8f2a126de
commit
8387179ff9
|
@ -1784,12 +1784,6 @@ sub check_ssleay_version {
|
||||||
# Main
|
# Main
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Never run as root
|
|
||||||
if ($> == 0 && $^O ne 'MSWin32') {
|
|
||||||
print ("Error: for safety reasons $0 cannot be run with root privileges.\n");
|
|
||||||
exit 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Parse command line options
|
# Parse command line options
|
||||||
parse_options ();
|
parse_options ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue