fix: Fix wrong script for updating dae configuration

This commit is contained in:
ulic-youthlic 2025-11-02 12:50:13 +08:00
parent 7846b4e745
commit 266e91e0e8
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -47,7 +47,7 @@ in
echo "" > ''${config} echo "" > ''${config}
{ {
echo 'subscription {' echo 'subscription {'
echo \ \ wget:\ \"file://proxy.d/''${num}.txt\" echo \ \ wget:\ \"file://proxy.d_''${num}.txt\"
echo "}" echo "}"
} >> ''${config} } >> ''${config}
if [[ ! -s ''${txt} ]]; then if [[ ! -s ''${txt} ]]; then