From 41029f628d5fd0e2c6315c613663e3dc9a6878f1 Mon Sep 17 00:00:00 2001 From: mag37 Date: Tue, 18 Feb 2025 07:59:11 +0100 Subject: [PATCH] Update dockcheck.sh indentation error. --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 0e199cd..6c4ad35 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -221,7 +221,7 @@ dependency_check() { [[ $(uname -s) == "Darwin" && "$AppName" == "regctl" ]] && AppName=regclient ($PkgInstaller $AppName) ; PkgExitcode="$?" if [[ "$PkgExitcode" == 0 ]] ; then { export $AppVar="$AppName" && printf "\n%b$AppName installed.%b\n" "$c_green" "$c_reset"; } - else printf "\n%bPackagemanager install failed%b, falling back to static binary.\n" "$c_yellow" "$c_reset" + else printf "\n%bPackagemanager install failed%b, falling back to static binary.\n" "$c_yellow" "$c_reset" fi fi if [[ "$GetBin" =~ [sS] || "$PkgInstaller" == "ERROR" || "$PkgExitcode" != 0 ]] ; then