Skip to content

Commit e2aecf3

Browse files
v1.1.22-2
quotes needed to be removed, it was failing my unit test
1 parent 668f9a3 commit e2aecf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/scripts/logs/traefik.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ function traefik_goaccess_config(){
3232
echo "# ${goan_version}" >> ${goan_config}
3333
echo "# GOAN_PROXY_CONFIG" >> ${goan_config}
3434
echo "######################################" >> ${goan_config}
35-
echo "time-format ${TIME_FORMAT:-'%T'}" >> ${goan_config}
36-
echo "date-format ${DATE_FORMAT:-'%d/%b/%Y'}" >> ${goan_config}
37-
echo "log-format ${LOG_FORMAT:-'%h %^[%d:%t %^] \"%r\" %s %b \"%R\" \"%u\" %Lm'}" >> ${goan_config}
35+
echo "time-format ${TIME_FORMAT:-%T}" >> ${goan_config}
36+
echo "date-format ${DATE_FORMAT:-%d/%b/%Y}" >> ${goan_config}
37+
echo "log-format ${LOG_FORMAT:-%h %^[%d:%t %^] \"%r\" %s %b \"%R\" \"%u\" %Lm}" >> ${goan_config}
3838
echo "port 7890" >> ${goan_config}
3939
echo "real-time-html true" >> ${goan_config}
4040
echo "output ${nginx_html}" >> ${goan_config}

0 commit comments

Comments
 (0)