From 5f98e21a08473bd62d1231bf3f2ccdae43c510dc Mon Sep 17 00:00:00 2001 From: Einar Felipe Lanfranco Date: Wed, 10 May 2023 14:45:19 -0300 Subject: [PATCH] Update DEVELOP-GUIDE.md /opt/install_reqs_and_deploy_bots.sh needs to be called without sudo --- DEVELOP-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOP-GUIDE.md b/DEVELOP-GUIDE.md index 04b4014..ae0a2df 100644 --- a/DEVELOP-GUIDE.md +++ b/DEVELOP-GUIDE.md @@ -57,7 +57,7 @@ After doing this, you need to change in docker-compose-dev.yml the volume defin After you change some bot or add something new just run command **install_reqs_and_deploy_bots.sh** in the running container ``` -docker-compose exec -f docker-compose-dev.yml intelmq sudo bash /opt/install_reqs_and_deploy_bots.sh +docker-compose exec -f docker-compose-dev.yml intelmq bash /opt/install_reqs_and_deploy_bots.sh ``` When you do this: