From 8f16a87032e883e823d92d465d1f51fcd5ebc71a Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Thu, 12 Nov 2020 19:15:51 +0100 Subject: [PATCH] fix shell usage --- scripts/run-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 1d65d82e..0e0cbebf 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -7,7 +7,7 @@ docker run stf583-rf-validation:latest "/bin/bash" \ -c "cd /home/etsi/dev/robot \ - && sh scripts/validate.sh " + && bash scripts/validate.sh " # That's all Floks exit $? -- GitLab