Skip to content

Commit 8001d4e

Browse files
committed
style: Double quotes changed to single quotes
The unified format is very important.
1 parent d982eaf commit 8001d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ install_v2ray() {
336336
install_file v2ctl
337337
install -d /usr/local/lib/v2ray/
338338
# If the file exists, geoip.dat and geosite.dat will not be installed or updated
339-
if [[ ! -f "/usr/local/lib/v2ray/.undat" ]]; then
339+
if [[ ! -f '/usr/local/lib/v2ray/.undat' ]]; then
340340
install_file geoip.dat
341341
install_file geosite.dat
342342
fi
@@ -522,7 +522,7 @@ main() {
522522
echo 'installed: /usr/local/bin/v2ray'
523523
echo 'installed: /usr/local/bin/v2ctl'
524524
# If the file exists, the content output of installing or updating geoip.dat and geosite.dat will not be displayed
525-
if [[ ! -f "/usr/local/lib/v2ray/.undat" ]]; then
525+
if [[ ! -f '/usr/local/lib/v2ray/.undat' ]]; then
526526
echo 'installed: /usr/local/lib/v2ray/geoip.dat'
527527
echo 'installed: /usr/local/lib/v2ray/geosite.dat'
528528
fi

0 commit comments

Comments
 (0)