Merge branch 'fix/type/__package_pkgng_freebsd/bootstrap' into 'master'

__package_pkgng_freebsd: Fix bootstrapping pkg(7)

See merge request ungleich-public/cdist!961
This commit is contained in:
poljakowski 2020-12-07 19:42:21 +01:00
commit 1c61989c03
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ execcmd(){
esac
if [ -z "${pkg_bootstrapped}" ]; then
echo "pkg bootstrap -y >/dev/null 2>&1"
echo "ASSUME_ALWAYS_YES=yes pkg bootstrap >/dev/null 2>&1"
fi
echo "$_cmd >/dev/null 2>&1" # Silence the output of the command