Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-01 17:48:42 +08:00
committed by GitHub
parent 67db5ce64c
commit 431f57d91d
+1 -1
View File
@@ -1353,7 +1353,7 @@ fi
changekeep(){
gosite=$(jq -r '.route.rules[].rule_set[]?' $WORKDIR/config.json)
[[ "$gosite" == *"cnn"* ]] && sed -i '' '/^"geolocation-!cn"$/c\"cnn"' serv00keep.sh || sed -i '' '/^"cnn"$/c\"geolocation-!cn"' serv00keep.sh
[[ "$gosite" == *"cnn"* ]] && sed -i '' 's/\"geolocation-!cn\"/\"cnn\"/g' serv00keep.sh || sed -i '' 's/\"cnn\"/\"geolocation-!cn\"/g' serv00keep.sh
}
resservsb(){