fix tentacle no root pandora_enterprise#13566wq

This commit is contained in:
daniel 2024-05-03 13:43:55 +02:00
parent c8f2a126de
commit 8387179ff9
1 changed files with 0 additions and 6 deletions

View File

@ -1784,12 +1784,6 @@ sub check_ssleay_version {
# 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_options ();