diff options
Diffstat (limited to 'scripts/fetch.sh')
-rw-r--r-- | scripts/fetch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch.sh b/scripts/fetch.sh index 3b18910..767898d 100644 --- a/scripts/fetch.sh +++ b/scripts/fetch.sh @@ -132,7 +132,7 @@ fetch_url() { echo -e ${cRED}'msg: not a xml/rss document'${cNORMAL}; fi else - echo $URLSUM >> $missedlst + echo $URLSUM >> ${missedlst}.tmp echo -e ${cRED}'msg: url unreachable'${cNORMAL}; fi else |