Correction bugs

This commit is contained in:
admin666 2023-11-21 22:52:40 +01:00
parent 29e37af5c7
commit 51b888577f
1 changed files with 1 additions and 1 deletions

View File

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