ignore errors from browser

This commit is contained in:
2026-06-22 20:48:50 +02:00
parent 6731322758
commit 04a48bb51e
+2 -2
View File
@@ -2347,9 +2347,9 @@ hpr-check-ccdn-links ${ep_num}
echo_debug "The End" echo_debug "The End"
xdg-open https://archive.org/details/hpr${ep_num} xdg-open https://archive.org/details/hpr${ep_num} > /dev/null 2>&1 &
xdg-open https://hackerpublicradio.org/eps/hpr${ep_num}/index.html xdg-open https://hackerpublicradio.org/eps/hpr${ep_num}/index.html > /dev/null 2>&1 &
exit 0 exit 0