Commit 20f722d1 authored by Marco Mariani's avatar Marco Mariani

removed another check for zimbra user

parent 574ff8c0
......@@ -20,10 +20,11 @@ usage() {
exit 1
}
if [ x`whoami` != xzimbra ]; then
echo Error: must be run as zimbra user
exit 1
fi
## XXX SLAPOS user will not be 'zimbra'
#if [ x`whoami` != xzimbra ]; then
# echo Error: must be run as zimbra user
# exit 1
#fi
source `dirname $0`/../bin/zmshutil || exit 1
zmsetvars \
......
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