fix: Fix wrong script for updating dae configuration
This commit is contained in:
parent
7846b4e745
commit
266e91e0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue