Update dockcheck.sh

indentation error.
This commit is contained in:
mag37 2025-02-18 07:59:11 +01:00 committed by GitHub
parent b918844336
commit 41029f628d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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