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;
my $progname = basename($0);
# Need to be root to read the master.pid
if ($> != 0) {
print "$0 must be run as root.\n";
exit 1;
}
# XXX SLAPOS must run as regular user
#if ($> != 0) {
# print "$0 must be run as root.\n";
# exit 1;
#}
my $zimbra_home = getLocalConfig("zimbra_home");
# 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