Commit 17395597 authored by Marco Mariani's avatar Marco Mariani

disabled root check for zmmyinit

parent dab81035
......@@ -14,10 +14,11 @@
# ***** END LICENSE BLOCK *****
#
if [ x`whoami` != "xzimbra" ]; then
echo "Error: must be run as user zimbra"
exit 1
fi
## XXX SLAPOS must run as regular user
#if [ x`whoami` != "xzimbra" ]; then
# echo "Error: must be run as user zimbra"
# exit 1
#fi
usage() {
echo "$0 [--help] [--sql_root_pw <password>] [--mysql_memory_percent 30]"
......
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