Fix typo
This commit is contained in:
parent
cd92aa3e7c
commit
d3bbc17d17
|
@ -27,7 +27,7 @@ function clean_exit() {
|
||||||
umount -q /mnt/${vm}-remote
|
umount -q /mnt/${vm}-remote
|
||||||
sync
|
sync
|
||||||
sleep 3
|
sleep 3
|
||||||
rmdir /mnt${vm}-remote
|
rmdir /mnt/${vm}-remote
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue