if cannot be empty

This commit is contained in:
2024-07-17 19:41:17 +02:00
parent cc3f0d99c6
commit ba0d301d36

View File

@ -38,6 +38,7 @@ download() {
done
if [ -s to_download_$1.txt ]; then
exit 1
# exit with some kind of error
# service should then send error and fitting message to ntfy
fi