Update
This commit is contained in:
parent
6d2df689d9
commit
3511d8a5aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue