From b5e2fcde1eb14147c3360680a8baf899815de580 Mon Sep 17 00:00:00 2001 From: mag37 Date: Thu, 19 Jan 2023 12:24:10 +0100 Subject: [PATCH] renamed to not mix with the main script --- dc_function.sh => dupc_function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dc_function.sh => dupc_function.sh (98%) diff --git a/dc_function.sh b/dupc_function.sh similarity index 98% rename from dc_function.sh rename to dupc_function.sh index 62ea6ad..4047f0f 100644 --- a/dc_function.sh +++ b/dupc_function.sh @@ -9,7 +9,7 @@ alias regctl="/path/to/regctl" -dockcheck () { +dupc () { if [[ -z "$1" ]]; then echo "No container name given, here's the list of currently running containers:" docker ps --format '{{.Names}}'