removing cosmic-web call

This commit is contained in:
James Tomasino 2018-12-03 21:33:36 -05:00
parent 6dcd5f9493
commit e2baa10be6
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,6 @@ check_log () {
if [ ! -z "$title" ]; then
printf "0%s - %s\\t%s\\n" "$ship" "$title" "$u" | cat - /var/gopher/listing.gophermap > "$tmp" && cat "$tmp" > /var/gopher/listing.gophermap && rm "$tmp"
printf "\\n %s - %s .... Sent.\\n" "$(basename "$u" | sed 's/\.[^.]*$//')" "$title"
# shellcheck source=cosmic-log
. "${SCRIPTPATH}/cosmic-web"
else
printf " %s .... No title, abort.\\n" "$(basename "$u" | sed 's/\.[^.]*$//')"
fi