Commit dab81035 authored by Marco Mariani's avatar Marco Mariani

disabled root check for mysql.server

parent 9a945e94
...@@ -24,10 +24,11 @@ zmsetvars \ ...@@ -24,10 +24,11 @@ zmsetvars \
zimbra_user \ zimbra_user \
zimbra_tmp_directory zimbra_tmp_directory
if [ x`whoami` != "x${zimbra_user}" ]; then ## XXX SLAPOS must run as regular user
echo Error: must be run as zimbra user #if [ x`whoami` != "x${zimbra_user}" ]; then
exit 1 # echo Error: must be run as zimbra user
fi # exit 1
#fi
if [ ! -d ${mysql_directory}/bin ]; then if [ ! -d ${mysql_directory}/bin ]; then
exit 0 exit 0
......
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