forked from ungleich-public/cdist
[type/__package_pkgng_freebsd] Set ASSUME_ALWAYS_YES instead of -y
This commit is contained in:
parent
d44b5cfdc9
commit
2d19856840
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue