fix umount
This commit is contained in:
parent
2af9e65c7f
commit
85286ab92b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue