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