Skip to content

Commit f24b9f6

Browse files
Update Source.sh
1 parent 163140d commit f24b9f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sing-Box_Config_Installer/Source.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,6 @@ uninstall_warp() {
12321232

12331233
if [ -e "$file2" ]; then
12341234
if jq -e '.outbounds[0].type == "wireguard"' "$file2" &>/dev/null; then
1235-
12361235
new_json='{
12371236
"tag": "direct",
12381237
"type": "direct"
@@ -1256,7 +1255,6 @@ uninstall_warp() {
12561255

12571256
if [ -e "$file3" ]; then
12581257
if jq -e '.outbounds[0].type == "wireguard"' "$file3" &>/dev/null; then
1259-
12601258
new_json='{
12611259
"tag": "direct",
12621260
"type": "direct"
@@ -1280,7 +1278,6 @@ uninstall_warp() {
12801278

12811279
if [ -e "$file4" ]; then
12821280
if jq -e '.outbounds[0].type == "wireguard"' "$file4" &>/dev/null; then
1283-
12841281
new_json='{
12851282
"tag": "direct",
12861283
"type": "direct"
@@ -1304,7 +1301,6 @@ uninstall_warp() {
13041301

13051302
if [ -e "$file5" ]; then
13061303
if jq -e '.outbounds[0].type == "wireguard"' "$file5" &>/dev/null; then
1307-
13081304
new_json='{
13091305
"tag": "direct",
13101306
"type": "direct"

0 commit comments

Comments
 (0)