From 50c295ed3e82451d4332c40ef8c12b6f39f99236 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 13 Apr 2024 20:10:12 +0300 Subject: [PATCH] Wait until roscore is terminated before script end --- builder/image-validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-validate.sh b/builder/image-validate.sh index 15896497..783ff269 100755 --- a/builder/image-validate.sh +++ b/builder/image-validate.sh @@ -37,7 +37,7 @@ apt-cache show openvpn # sudo -E sh -c 'apt-get install -y debian-goodies' # dpigs -H -n 100 -killall roscore +killall --wait roscore echo "Move /etc/ld.so.preload back to its original position" mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload