Commit 5bf62707 authored by Marco Mariani's avatar Marco Mariani

disabled root check

parent 64deac63
......@@ -18,7 +18,8 @@ use strict;
my $id = `id -u -n`;
chomp $id;
if ($id ne "zimbra") {die "Run as the zimbra user!\n";}
## XXX SLAPOS must run as regular user
#if ($id ne "zimbra") {die "Run as the zimbra user!\n";}
our $zimbra_home = "/opt/zimbra";
......
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