Skip to content

Commit

Permalink
style: Double quotes changed to single quotes
Browse files Browse the repository at this point in the history
The unified format is very important.
  • Loading branch information
dctxmei committed Jul 14, 2020
1 parent d982eaf commit 8001d4e
Showing 1 changed file with 2 additions and 2 deletions.
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 8001d4e

Please sign in to comment.