Test commit for silencing buildah not found error
This commit is contained in:
@@ -493,7 +493,7 @@ install_package() {
|
||||
esac
|
||||
|
||||
# Install packages if any need installation
|
||||
echo "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"
|
||||
echo "${PKG_INSTALL[*]} ${install_flags[*]} ${pkg_array[*]}"
|
||||
if [[ ${#pkg_array[@]} -gt 0 ]]; then
|
||||
if ! "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"; then
|
||||
((silent)) || err "Failed to install ${pkg_array[*]}"
|
||||
|
||||
Reference in New Issue
Block a user