]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
djmount stop with -uz
authorMarkham <markham001@gmx.de>
Mon, 6 Jun 2022 17:24:52 +0000 (19:24 +0200)
committerMarkham <markham001@gmx.de>
Mon, 6 Jun 2022 17:24:52 +0000 (19:24 +0200)
archive-patches/djmount/djmount.init

index e14f1ebeafe33a737d196ed6fda69ced4ac87445..b6e3798a2052399397fc43e2bd1dcaebf64f8814 100755 (executable)
@@ -10,7 +10,7 @@ case $1 in
        ;;
        stop)
                if [ -e /var/etc/.djmount ]; then
-                       fusermount -u /media/00upnp
+                       fusermount -uz /media/00upnp
                fi
        ;;
        restart)