Update update_cec_list.bash
All checks were successful
Push commit / report (push) Successful in 3s

This commit is contained in:
a31 2023-09-09 18:55:26 +03:00
parent d3eeec0645
commit d5c7d238e1

View File

@ -1,5 +1,4 @@
#!/usr/bin/bash
set -e
http_response=$(curl -s -L -o list.csv -w "%{http_code}" "https://docs.google.com/spreadsheets/d/e/2PACX-1vTXE8HCavThmJt1Wshy3GyF2ZJ-264SbNRVucsPUe2rbEgpm-e3tqsX-8K2mwsG4ozBj6qUyOOd4RMe/pub?gid=1832580214&single=true&output=csv")
if [ $http_response != "200" ]; then