Merge pull request #89 from sfalexrog/WIP/builder_fixes

build: Kill dirmngr before unmounting chroot
This commit is contained in:
Oleg Kalachev
2019-01-14 19:20:21 +03:00
committed by GitHub

View File

@@ -138,4 +138,7 @@ syntax on
autocmd BufNewFile,BufRead *.launch set syntax=xml
EOF
echo_stamp "Attempting to kill dirmngr"
gpgconf --kill dirmngr
echo_stamp "End of software installation"