From d17d91bbd20e3c644065e7f166c13b8076167fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Thu, 22 Feb 2024 20:51:47 +0100 Subject: [PATCH] param fix --- sshfs/.local/bin/urmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshfs/.local/bin/urmount b/sshfs/.local/bin/urmount index a72c498..0faf687 100755 --- a/sshfs/.local/bin/urmount +++ b/sshfs/.local/bin/urmount @@ -12,4 +12,4 @@ esac echo "Unmounting $1 from: $HOME/remotes/$remote"; -fusermount -u $HOME/remotes/$1 +fusermount -u $HOME/remotes/$remote