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

removed another check for zimbra user

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