From 978fe6ebcf826313de66b4f6b37d17a636506bf5 Mon Sep 17 00:00:00 2001 From: poka Date: Mon, 28 Sep 2020 02:23:18 +0200 Subject: [PATCH] Fix log in history --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 8ee1eaf..ecf3d47 100755 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -64,7 +64,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