added sleep 10 to scheduler start

This commit is contained in:
André Bauer 2018-04-14 17:50:25 +02:00
parent 1ea1e65aaf
commit 9786e32348

View File

@ -118,6 +118,8 @@ fi
if [ "$1" = 'zammad-scheduler' ]; then
check_zammad_ready
sleep 10
cd ${ZAMMAD_DIR}
echo "starting scheduler..."