This commit is contained in:
Valeria Fadeeva 2023-10-18 13:35:03 +05:00
parent 6d2df689d9
commit 3511d8a5aa
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ while getopts ":hag:xyz" arg; do
do
if [ -f "$image" ]; then
echo "==> Removing $image..."
rm -f $image
rm -f "$image"
fi
done
fi