mirror of https://github.com/MISP/misp-modules
chr: Restart the modules after update
parent
a770bfc593
commit
75953c32a7
|
@ -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 -r REQUIREMENTS
|
||||||
sudo -H -u ${USER} ${PATH_TO_MISP}/venv/bin/pip install -U -e .
|
sudo -H -u ${USER} ${PATH_TO_MISP}/venv/bin/pip install -U -e .
|
||||||
|
|
||||||
|
service misp-modules restart
|
||||||
|
|
||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
if ! [ -x "$(command -v pipenv)" ]; then
|
if ! [ -x "$(command -v pipenv)" ]; then
|
||||||
|
|
Loading…
Reference in New Issue