From 75953c32a7c093401a88e0f05d2447c9f4dbbac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 26 Feb 2019 16:48:11 -0800 Subject: [PATCH] chr: Restart the modules after update --- tools/update_misp_modules.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/update_misp_modules.sh b/tools/update_misp_modules.sh index e0578fd..372d146 100755 --- a/tools/update_misp_modules.sh +++ b/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