Autosave: 2024-02-26 17:46:35

This commit is contained in:
thomasabishop 2024-02-26 17:46:35 +00:00
parent 32bfb99657
commit 7a4445dd9d

View file

@ -15,7 +15,7 @@ find "${EOLAS_PATH}/img" -type f | while read filename; do
fi
done
if [[ $unused_images == false]]; then
if [[ $unused_images == false ]]; then
echo "Nothing to purge: all images currently in use."
fi