From d3bbc17d178d75e20d3f2ed61f521e54aada61cf Mon Sep 17 00:00:00 2001 From: admin666 Date: Wed, 22 Nov 2023 08:30:09 +0100 Subject: [PATCH] Fix typo --- mount_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount_restore.sh b/mount_restore.sh index ada1b16..7e09f54 100755 --- a/mount_restore.sh +++ b/mount_restore.sh @@ -27,7 +27,7 @@ function clean_exit() { umount -q /mnt/${vm}-remote sync sleep 3 - rmdir /mnt${vm}-remote + rmdir /mnt/${vm}-remote }