From 1f014c25a12bed443289fb5dced96a0f88f304c5 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 17:43:39 +0000 Subject: [PATCH] Autosave: 2024-02-26 17:43:39 --- 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 13575fd..1e5f38f 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; then +if !$unused_images; then echo "Nothing to purge: all images currently in use." fi