From: daru <54768193+Darukutsu@users.noreply.github.com> Date: Tue, 22 Feb 2022 16:02:02 +0000 (+0100) Subject: Update plugins/gsconnect X-Git-Tag: v4.5~22^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d1de515532b3e81eeb54cc94fae0faa92fc0d14f;p=nnn.git Update plugins/gsconnect Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> --- diff --git a/plugins/gsconnect b/plugins/gsconnect index 90c703b2..1a481126 100755 --- a/plugins/gsconnect +++ b/plugins/gsconnect @@ -15,5 +15,5 @@ if [ -s "$selection" ]; then # Clear selection printf "-" > "$NNN_PIPE" else - $gsconnect -d "$id" --share-file="$(pwd)/$1" + "$gsconnect" -d "$id" --share-file="$2/$1" fi