From 8bab559cb7f9672a6626da7c520f24638867fe27 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 6 Jun 2022 19:24:52 +0200 Subject: [PATCH] djmount stop with -uz --- archive-patches/djmount/djmount.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-patches/djmount/djmount.init b/archive-patches/djmount/djmount.init index e14f1eb..b6e3798 100755 --- a/archive-patches/djmount/djmount.init +++ b/archive-patches/djmount/djmount.init @@ -10,7 +10,7 @@ case $1 in ;; stop) if [ -e /var/etc/.djmount ]; then - fusermount -u /media/00upnp + fusermount -uz /media/00upnp fi ;; restart) -- 2.39.5