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