From: Michael Tremer Date: Wed, 15 Aug 2018 10:50:14 +0000 (+0100) Subject: aws: Hide pakfire update output X-Git-Tag: v2.21-core123~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96422f85b6afe56a2d76773fd30e34a6220fbad5;p=ipfire-2.x.git aws: Hide pakfire update output Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index d40534f9a0..893246ba16 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -115,10 +115,10 @@ import_aws_configuration() { # Download the user-data script only on the first boot if [ ! -e "/var/ipfire/main/firstsetup_ok" ]; then # Initialize pakfire - /etc/init.d/pakfire start + /etc/init.d/pakfire start &>/dev/null # Install all available updates - pakfire update && pakfire upgrade -y + ( pakfire update && pakfire upgrade -y ) &>/dev/null # If an update requires a reboot, we will do it if [ -e "/var/run/need_reboot" ]; then