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