chr: Restart the modules after update

pull/279/head
Raphaël Vinot 2019-02-26 16:48:11 -08:00
parent a770bfc593
commit 75953c32a7
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ then
sudo -H -u ${USER} ${PATH_TO_MISP}/venv/bin/pip install -U -r REQUIREMENTS
sudo -H -u ${USER} ${PATH_TO_MISP}/venv/bin/pip install -U -e .
service misp-modules restart
popd
else
if ! [ -x "$(command -v pipenv)" ]; then