Commit dab81035 authored by Marco Mariani's avatar Marco Mariani

disabled root check for mysql.server

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