Skip to content

Commit

Permalink
Merge pull request v2fly#26 from v2fly/develop
Browse files Browse the repository at this point in the history
Added new Wiki for v2fly#20
  • Loading branch information
dctxmei authored Jul 14, 2020
2 parents 730a24c + 08487dd commit 29a7f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ or
### 解決問題

*[使用證書時權限不足](https://github.com/v2fly/fhs-install-v2ray/wiki/Insufficient-permissions-when-using-certificates)」。
*[不安裝或更新 geoip.dat 和 geosite.dat](https://github.com/v2fly/fhs-install-v2ray/wiki/Do-not-install-or-update-geoip.dat-and-geosite.dat)

## 參數

Expand Down
4 changes: 2 additions & 2 deletions install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ install_v2ray() {
install_file v2ctl
install -d /usr/local/lib/v2ray/
# If the file exists, geoip.dat and geosite.dat will not be installed or updated
if [[ ! -f "/usr/local/lib/v2ray/.undat" ]]; then
if [[ ! -f '/usr/local/lib/v2ray/.undat' ]]; then
install_file geoip.dat
install_file geosite.dat
fi
Expand Down Expand Up @@ -522,7 +522,7 @@ main() {
echo 'installed: /usr/local/bin/v2ray'
echo 'installed: /usr/local/bin/v2ctl'
# If the file exists, the content output of installing or updating geoip.dat and geosite.dat will not be displayed
if [[ ! -f "/usr/local/lib/v2ray/.undat" ]]; then
if [[ ! -f '/usr/local/lib/v2ray/.undat' ]]; then
echo 'installed: /usr/local/lib/v2ray/geoip.dat'
echo 'installed: /usr/local/lib/v2ray/geosite.dat'
fi
Expand Down

0 comments on commit 29a7f46

Please sign in to comment.