chr: Restart the modules after update

pull/279/head
Raphaël Vinot 4 years ago
parent a770bfc593
commit 75953c32a7
  1. 2
      tools/update_misp_modules.sh

@ -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

Loading…
Cancel
Save