Non-critical fix

This commit is contained in:
localhost_frssoft 2022-08-14 15:30:41 +03:00
parent 2604a159f2
commit 300db5a278
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ get_Lies_pages()
--data-urlencode 'sort=-published-at'
}
get_Lies_pages > response.json
get_Lies_pages > "$basedir"/response.json
for i in $(jj -l -i "$basedir"/response.json 'data.#.id' | tac); do
orig=$(echo $i | sed -e 's/"//g; s|^|https://dybr.ru/blog/liesliasau/|g')