run cosmic-web not log, dummy

This commit is contained in:
James Tomasino 2018-12-03 16:23:09 -05:00
parent e699b6d8db
commit 44f322cff5
1 changed files with 3 additions and 3 deletions

View File

@ -132,11 +132,11 @@ check_log () {
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-log"
else
. "${SCRIPTPATH}/cosmic-web"
else
printf " %s .... No title, abort.\\n" "$(basename "$u" | sed 's/\.[^.]*$//')"
fi
else
else
printf "\\n %s .... Skipped.\\n" "$(basename "$u" | sed 's/\.[^.]*$//')"
fi
done