소스 검색

chr: Restart the modules after update

pull/279/head
Raphaël Vinot 3 년 전
부모
커밋
75953c32a7
  1. 2
      tools/update_misp_modules.sh

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

불러오는 중...
취소
저장