Autosave: 2024-02-26 17:45:55

This commit is contained in:
thomasabishop 2024-02-26 17:45:55 +00:00
parent 1f014c25a1
commit 32bfb99657

View file

@ -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