From 51b888577f70288707adeca247e4118e1fa35f4e Mon Sep 17 00:00:00 2001 From: admin666 Date: Tue, 21 Nov 2023 22:52:40 +0100 Subject: [PATCH] Correction bugs --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 8611595..948b9ff 100755 --- a/restore.sh +++ b/restore.sh @@ -32,7 +32,7 @@ function clean_exit() { losetup -d ${loopdisk} fi sleep 3 - rm -r /mnt/${vm}* + rmdir /mnt/${vm}* }