From 50a1f35c37fe71573b5a68f3094a93a5ad767b92 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 13 Mar 2020 02:44:00 -0600 Subject: [PATCH] clean-up output spacing for readability --- ab-openldap-update.sh | 4 ++-- checksums.sha256 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ab-openldap-update.sh b/ab-openldap-update.sh index 51a12d8..d7e82d3 100755 --- a/ab-openldap-update.sh +++ b/ab-openldap-update.sh @@ -51,7 +51,7 @@ printf "Checking for updates to this script... " repoScriptChecksum=$( grep "$repoScriptName" "$checksumFilename" | grep -o '^\S*' ) localScriptChecksum=$( sha256sum "$localScriptName" | grep -o '^\S*' ) if [ "$localScriptChecksum" = "$repoScriptChecksum" ]; then - printf "[NONE]\n\n" + printf "[NONE]\n" else # download updated script if ! wget --quiet --tries=3 --timeout=10 -O $localScriptName "${server}${repoScriptName}"; then @@ -78,7 +78,7 @@ set -- dummy $updateFiles shift for file; do updateTarget="$file" - printf "Checking '%s' for updates... " "$updateTarget" + printf "\nChecking '%s' for updates... " "$updateTarget" repoFile=$( grep "$updateTarget" "$checksumFilename" | grep -o '^\S*' ) if [ -f "$file" ]; then localFile=$( sha256sum "$updateTarget" | grep -o '^\S*' ) diff --git a/checksums.sha256 b/checksums.sha256 index 7775c6f..2c9ef63 100644 --- a/checksums.sha256 +++ b/checksums.sha256 @@ -3,4 +3,4 @@ 14b11370f980bd10b3cd96ddf3acab73c723f7594127e38d4b90ad09660b5e0a ab-openldap-backup.sh 5257cbc175e1f35061e419f54c953875597996d887b3c882990319ecc2371bfd ab-openldap.params.template 79d96713f2e0a1e9d8c4192077986fc8e6efe805441595d014931ec56163c3c9 ab-openldap.sh -fb6fd8671c3bc5c2d21271ff2c7acfeb9740caea9be3ee663c750f9aa5535b72 ab-openldap-update.sh \ No newline at end of file +d37c4c1083ba72775955b151fe9a16a6c5d1cd7f63e52852bdb7b3fc1902db62 ab-openldap-update.sh \ No newline at end of file