smb-umount

This commit is contained in:
2025-11-13 15:15:52 +01:00
parent 491355178d
commit 5502a27c60
7 changed files with 63 additions and 10 deletions
+4 -1
View File
@@ -12,7 +12,10 @@
# - A common issue is that the VHDX file has logs that needs to be "replayed".
# This can be done using `qemu-img check -r all <VHDX_PATH>`
issu && {
path=$(dirname "$(realpath "$0")")
"$path"/issu && {
echo "Do not run this script in sudo mode."
exit 1
}