mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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
|
||||
################################################################################
|
||||
|
||||
# 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 ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user