Commit b413ff2e authored by Marco Mariani's avatar Marco Mariani

disabled root check for zmmtastatus; changed permissions +x

parent 3ace49e5
...@@ -20,10 +20,11 @@ use File::Basename; ...@@ -20,10 +20,11 @@ use File::Basename;
my $progname = basename($0); my $progname = basename($0);
# Need to be root to read the master.pid # Need to be root to read the master.pid
if ($> != 0) { # XXX SLAPOS must run as regular user
print "$0 must be run as root.\n"; #if ($> != 0) {
exit 1; # print "$0 must be run as root.\n";
} # exit 1;
#}
my $zimbra_home = getLocalConfig("zimbra_home"); my $zimbra_home = getLocalConfig("zimbra_home");
# Exit if software-only node. # Exit if software-only node.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment