debian: add possibility to run scripts after data is imported (#37698)

This commit is contained in:
Frédéric Péters 2020-01-16 16:13:30 +01:00
parent edb19179d3
commit 9840c196e6
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ for tenant in /var/lib/bijoe/tenants/*; do
wcs-olap --all $tenant/wcs-olap.ini >$LOG 2>&1 || cat $LOG
fi
done
test -d /etc/bijoe/wcs-olap/post-sync.d/ && run-parts --exit-on-error --new-session /etc/bijoe/wcs-olap/post-sync.d/