Autosave: 2024-02-26 17:45:55
This commit is contained in:
parent
1f014c25a1
commit
32bfb99657
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue