Skip to content

Commit

Permalink
chore: fix legacy check
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Oct 3, 2023
1 parent 8d97b4c commit b29498b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ eval "$prefix" "s/@sshnpdatsign/${sshnpd}/g" ../sshnp/entrypoint.sh
eval "$prefix" "s/@sshrvdatsign/${sshrvd}/g" ../sshnp/entrypoint.sh
eval "$prefix" "s/deviceName/${device}/g" ../sshnp/entrypoint.sh
legacy_sub=''
if [ "$legacy" ]; then
if [ "$legacy" == 'true' ]; then
legacy_sub="s/legacy/--legacy-daemon/g"
else
legacy_sub='s/legacy//g'
Expand Down

0 comments on commit b29498b

Please sign in to comment.