Correction bugs

This commit is contained in:
admin666 2023-11-21 22:53:13 +01:00
parent 51b888577f
commit d4c2027c82
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function clean_exit() {
losetup -d ${loopdisk}
fi
sleep 3
rm -r /mnt
rmdir /mnt${vm}*
}