From 32bfb996570199d9363e9c0b8ff15eda3da7d3c6 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 17:45:55 +0000 Subject: [PATCH] Autosave: 2024-02-26 17:45:55 --- 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 1e5f38f..3c74499 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 == false]]; then echo "Nothing to purge: all images currently in use." fi