From 76e6a5c38b49c97479a72b449d41730b0e22a514 Mon Sep 17 00:00:00 2001 From: mag37 Date: Tue, 18 Feb 2025 08:15:52 +0100 Subject: [PATCH] Update dockcheck.sh typo --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 6c4ad35..8d7949e 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -218,7 +218,7 @@ dependency_check() { if [[ "$GetBin" =~ [yYsS] ]] ; then [[ "$GetBin" =~ [yY] ]] && distro_checker if [[ -n "$PkgInstaller" && "$PkgInstaller" != "ERROR" ]] ; then - [[ $(uname -s) == "Darwin" && "$AppName" == "regctl" ]] && AppName=regclient + [[ $(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"