fix umount

This commit is contained in:
svnet 2020-08-06 15:04:48 +02:00
parent 2af9e65c7f
commit 85286ab92b

View File

@ -20,7 +20,6 @@ while getopts ":d " opt; do
case $opt in
d)
echo "Transfert en cours..."
umount $OPTARG || true
dd if=${ISO} of=$OPTARG bs=4M status=progress
sync