Commit 8001d4e 1 parent d982eaf commit 8001d4e Copy full SHA for 8001d4e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ install_v2ray() {
336
336
install_file v2ctl
337
337
install -d /usr/local/lib/v2ray/
338
338
# 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
340
340
install_file geoip.dat
341
341
install_file geosite.dat
342
342
fi
@@ -522,7 +522,7 @@ main() {
522
522
echo ' installed: /usr/local/bin/v2ray'
523
523
echo ' installed: /usr/local/bin/v2ctl'
524
524
# 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
526
526
echo ' installed: /usr/local/lib/v2ray/geoip.dat'
527
527
echo ' installed: /usr/local/lib/v2ray/geosite.dat'
528
528
fi
You can’t perform that action at this time.
0 commit comments