Commit 17395597 authored by Marco Mariani's avatar Marco Mariani

disabled root check for zmmyinit

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