From 7a4445dd9dfc5257cf0889b898da01d1c0ccbbc7 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 17:46:35 +0000 Subject: [PATCH] Autosave: 2024-02-26 17:46:35 --- scripts/purge_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/purge_images.sh b/scripts/purge_images.sh index 3c74499..d9c122a 100755 --- a/scripts/purge_images.sh +++ b/scripts/purge_images.sh @@ -15,7 +15,7 @@ find "${EOLAS_PATH}/img" -type f | while read filename; do fi done -if [[ $unused_images == false]]; then +if [[ $unused_images == false ]]; then echo "Nothing to purge: all images currently in use." fi