fix umount

This commit is contained in:
svnet 2020-08-06 15:04:48 +02:00
parent 2af9e65c7f
commit 85286ab92b
1 changed files with 0 additions and 1 deletions

View File

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