From e6afafa4d85035a155edc40672846d9ef4e8de2b Mon Sep 17 00:00:00 2001 From: Manuel Sabban Date: Fri, 10 Sep 2021 09:32:01 +0200 Subject: [PATCH] fix (#958) Co-authored-by: sabban <15465465+sabban@users.noreply.github.com> --- scripts/func_tests/tests_post-install_0base.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/func_tests/tests_post-install_0base.sh b/scripts/func_tests/tests_post-install_0base.sh index 5e0f4a90b..c59e625f0 100755 --- a/scripts/func_tests/tests_post-install_0base.sh +++ b/scripts/func_tests/tests_post-install_0base.sh @@ -159,4 +159,5 @@ sudo mv /tmp/crowdsec.service-orig /etc/systemd/system/crowdsec.service sudo cp ./config.yaml.backup /etc/crowdsec/config.yaml +${SYSTEMCTL} daemon-reload ${SYSTEMCTL} restart crowdsec