更新脚本变量

This commit is contained in:
CallMeR
2023-12-09 21:10:04 +08:00
parent b347128ec5
commit 0d091d93c1
+1 -1
View File
@@ -30,7 +30,7 @@ git clone --depth=1 https://gitee.com/felixonmars/dnsmasq-china-list.git "$WORKD
echo "Removing old configurations..."
for _conf in "${CONF_WITH_SERVERS[@]}" "${CONF_WITH_GROUP[@]}" "${CONF_SIMPLE[@]}"; do
rm -f "$CONFIG_DIR"/"$_conf"*.conf
rm -f "$CONFIG_DIR/$_conf"*.conf
done
echo "Installing new configurations..."