Autosave: 2024-02-26 17:43:39

This commit is contained in:
thomasabishop 2024-02-26 17:43:39 +00:00
parent 745963de34
commit 1f014c25a1

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; then
echo "Nothing to purge: all images currently in use."
fi