diff options
author | Karel Kočí <cynerd@email.cz> | 2021-06-30 13:42:34 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-06-30 13:42:34 +0200 |
commit | 3a9fddb8dd5e2f4bd71a45a4b27635089ec02483 (patch) | |
tree | 5d542f375eac6129e269774724a9963a389e3781 /shellrc.d-desktop/ssh | |
parent | 14f6d53f4110a26ebb1c6c7ee20a8562bf3c1619 (diff) | |
download | shellrc-3a9fddb8dd5e2f4bd71a45a4b27635089ec02483.tar.gz shellrc-3a9fddb8dd5e2f4bd71a45a4b27635089ec02483.tar.bz2 shellrc-3a9fddb8dd5e2f4bd71a45a4b27635089ec02483.zip |
shellrc.d-desktop/ssh: do not go to backgroundv0.8.3
That can be combined with ease without including it in call itself.
Diffstat (limited to 'shellrc.d-desktop/ssh')
-rw-r--r-- | shellrc.d-desktop/ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d-desktop/ssh b/shellrc.d-desktop/ssh index 51cb923..7a1b71f 100644 --- a/shellrc.d-desktop/ssh +++ b/shellrc.d-desktop/ssh @@ -11,7 +11,7 @@ sshcfs() { [[ "$local_dir" = /* ]] || local_dir="$PWD/$local_dir" ssh "$@" "$target" mkdir -p "$remote_dir" - tbg dpipe \ + dpipe \ /usr/lib64/misc/sftp-server \ = \ ssh "$@" "$target" sshfs -o idmap=user -o passive -o allow_other \ |