new chart data and global timestamp

This commit is contained in:
olli 2023-10-20 17:39:22 +02:00
parent 1e8a95bac7
commit b065a548da

View File

@ -19,7 +19,7 @@ function get_assets {
cp -p ${g_tmp}/API_CMD_OUT PRICETICKER cp -p ${g_tmp}/API_CMD_OUT PRICETICKER
# timestamp for data # timestamp for data
f_timestamp=$(g_date_print) #f_timestamp=$(g_date_print)
# check output # check output
if [ -s ${f_filename}_OUT.tmp ] && egrep -q "^[A-Z]+${CURRENCY},[0-9]*\.[0-9]+$" ${f_filename}_OUT.tmp if [ -s ${f_filename}_OUT.tmp ] && egrep -q "^[A-Z]+${CURRENCY},[0-9]*\.[0-9]+$" ${f_filename}_OUT.tmp
then then