Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 664d561

Browse files
committed
rm -f
1 parent 6844d65 commit 664d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xwall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ EOF
525525
}
526526

527527
set_nginx() {
528-
rm /etc/nginx/conf.d/vless_fallback.conf
528+
rm -f /etc/nginx/conf.d/vless_fallback.conf
529529
cat > /etc/nginx/conf.d/vless_fallback.conf <<-EOF
530530
server {
531531
listen 127.0.0.1:80;

0 commit comments

Comments
 (0)