From 96422f85b6afe56a2d76773fd30e34a6220fbad5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Aug 2018 11:50:14 +0100 Subject: [PATCH] aws: Hide pakfire update output Signed-off-by: Michael Tremer --- src/initscripts/helper/aws-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5