From 9ba49ffa15238b8c657b5de5b94fc36d900d7e2b Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 18 Jan 2023 13:30:20 +0100 Subject: [PATCH] Update dockcheck_function.sh --- dockcheck_function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck_function.sh b/dockcheck_function.sh index 1b9f4c0..14ea661 100644 --- a/dockcheck_function.sh +++ b/dockcheck_function.sh @@ -3,7 +3,7 @@ ### Requires the regctl binary, either in PATH or as an alias ### Get it here: https://github.com/regclient/regclient/releases -alias="/path/to/regctl" +alias regctl="/path/to/regctl" dockcheck () { if [[ -z "$1" ]]; then echo "No container name given, here's the list of currently running containers:"