From f2cb0451849710aba487dd3f61def796e6715ce0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 3 Jan 2018 21:39:48 +0000 Subject: Minor cleanup. --- update_bootloader_files.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update_bootloader_files.sh b/update_bootloader_files.sh index b3d7ff6..9550c94 100755 --- a/update_bootloader_files.sh +++ b/update_bootloader_files.sh @@ -12,11 +12,11 @@ if [ -z $path ] ; then exit 1 else echo "Extracting bootloader files from $repository" - rpm2cpio $path | cpio -idm + rpm2cpio $path | cpio -idm --quiet if [ $? -ne 0 ] ; then echo "ERROR: failed to extract files from archive" exit 1 fi - mv usr/share/drakiso-bootloader bootloader - rm -r usr + mv usr/share/drakiso-bootloader bootloader + rm -r usr fi -- cgit v1.2.1