Skip to content

Commit

Permalink
Revert "Include the wget path"
Browse files Browse the repository at this point in the history
This reverts commit 1f28630.

This breaks compatibility with the jessie version of fwknop.
I should set WGET_CMD in ~/.fwknoprc instead.
  • Loading branch information
Francois Marier committed Jan 6, 2017
1 parent 5d033e2 commit 1ac50b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spassh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ hostname="$(echo "${!#}" | perl -pe 's/^([^@]*\@)?(.*)$/$2/')"

export http_proxy=""
# shellcheck disable=SC2048,SC2086
fwknop -w /usr/bin/wget -n "$hostname" && ssh -4 $*
fwknop -n "$hostname" && ssh -4 $*

0 comments on commit 1ac50b7

Please sign in to comment.