From: Markham Date: Mon, 6 Jun 2022 17:24:52 +0000 (+0200) Subject: djmount stop with -uz X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=8bab559cb7f9672a6626da7c520f24638867fe27;p=bs-cst-neutrino-hd.git djmount stop with -uz --- 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)