From 515cb4e85155890a96e70252e175b989185fee0d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 12:46:27 -0500 Subject: [PATCH] cleanup scripts --- 112-Cleanup_Old_Dockers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/112-Cleanup_Old_Dockers.sh b/112-Cleanup_Old_Dockers.sh index 5f705df..db503e2 100644 --- a/112-Cleanup_Old_Dockers.sh +++ b/112-Cleanup_Old_Dockers.sh @@ -24,5 +24,5 @@ then spacesavedwords=$(human_readable_bytes "$spacesavedbytes") printf "$COL_LIGHT_BLUE" "* Cleanup saved $spacesavedwords" else - printf "$COL_LIGHT_BLUE" "* Snap is not enabled on this system" + printf "$COL_LIGHT_BLUE" "* docker is not enabled on this system" fi