Commit e8f7cfef authored by Carla Goncalves Ourofino's avatar Carla Goncalves Ourofino
Browse files

Output da execução do SGA passa a ser mostrado também no terminal, além da...

Output da execução do SGA passa a ser mostrado também no terminal, além da geração do arquivo de log.

[SOMA-2553][SOMA-2681]
Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,4 +11,4 @@ fi ...@@ -11,4 +11,4 @@ fi
eval $(luarocks path --bin) eval $(luarocks path --bin)
sgad ${confgfile} >> "${logfile}" 2>&1 sgad ${confgfile} 2>&1 | tee -a "${logfile}"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment