From e8f7cfefbb7ca90166295276d0306208653d83fd Mon Sep 17 00:00:00 2001 From: Carla Ourofino <ourofino@tecgraf.puc-rio.br> Date: Wed, 13 Nov 2019 18:08:55 -0300 Subject: [PATCH] =?UTF-8?q?Output=20da=20execu=C3=A7=C3=A3o=20do=20SGA=20p?= =?UTF-8?q?assa=20a=20ser=20mostrado=20tamb=C3=A9m=20no=20terminal,=20al?= =?UTF-8?q?=C3=A9m=20da=20gera=C3=A7=C3=A3o=20do=20arquivo=20de=20log.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [SOMA-2553][SOMA-2681] --- sgad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgad.sh b/sgad.sh index 468e321..67a343b 100755 --- a/sgad.sh +++ b/sgad.sh @@ -11,4 +11,4 @@ fi eval $(luarocks path --bin) -sgad ${confgfile} >> "${logfile}" 2>&1 \ No newline at end of file +sgad ${confgfile} 2>&1 | tee -a "${logfile}" -- GitLab