Skip to content

Commit

Permalink
Wait until roscore is terminated before script end
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 0f76999 commit 50c295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50c295e

Please sign in to comment.