Skip to content

Commit

Permalink
Update CFwarp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
甬哥kkkyg authored Mar 24, 2022
1 parent c54ba8b commit 711f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CFwarp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ case "$Input" in
* ) exit
esac
}
if [[ $(type -P wg-quick) && $(type -P warp-cli) ]]; then
if [[ $(type -P wg-quick) || $(type -P warp-cli) ]]; then
chmod +x /root/CFwarp.sh
ln -sf /root/CFwarp.sh /usr/bin/cf
fi
Expand Down

0 comments on commit 711f5ae

Please sign in to comment.