From d7b36215770023fc0f5b625000b6f2cc34aa9f88 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 25 Jun 2020 00:56:12 +0200 Subject: [PATCH] Fix logo for history --- g1-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g1-stats.sh b/g1-stats.sh index bfb6518..5627e1c 100755 --- a/g1-stats.sh +++ b/g1-stats.sh @@ -141,7 +141,7 @@ web() { if [[ "$startTime" == "00:00" ]]; then cp $indexhtml $WEBPATH/history/index_$day.html sed -i "s/css\/style.css/..\/css\/style.css/g" $WEBPATH/history/index_$day.html - sed -i "s/logo-axiom-team2.svg/..\/logo-axiom-team2.svg/g" $WEBPATH/history/index_$day.html + sed -i "s/logo-axiom-team.svg/..\/logo-axiom-team.svg/g" $WEBPATH/history/index_$day.html sed -i "s/_dateNext/$day/g" $WEBPATH/history/index_$datePrevious.html sed -i "s/style=\"display:none;\" class=\"next\"/class=\"next\"/g" $WEBPATH/history/index_$datePrevious.html fi