Update
This commit is contained in:
parent
6d2df689d9
commit
3511d8a5aa
|
@ -149,7 +149,7 @@ while getopts ":hag:xyz" arg; do
|
||||||
do
|
do
|
||||||
if [ -f "$image" ]; then
|
if [ -f "$image" ]; then
|
||||||
echo "==> Removing $image..."
|
echo "==> Removing $image..."
|
||||||
rm -f $image
|
rm -f "$image"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue