Skip to content

Commit

Permalink
fix: no arg when not using legacy daemon for backward client compatab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
XavierChanth committed Oct 3, 2023
1 parent 0b971c2 commit 465c3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ legacy_sub=''
if [ "$legacy" ]; then
legacy_sub="s/legacy/--legacy-daemon/g"
else
legacy_sub='s/legacy/--no-legacy-daemon/g'
legacy_sub='s/legacy//g'
fi
eval "$prefix" "$legacy_sub" ../sshnp/entrypoint.sh

0 comments on commit 465c3b7

Please sign in to comment.