mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
scripts/start.sh: Application already logs, so just redirect stdout to out.log
This commit is contained in:
parent
2beb65b2df
commit
a35277a38b
1 changed files with 1 additions and 3 deletions
|
|
@ -7,6 +7,4 @@ cd "$DIR"
|
||||||
date
|
date
|
||||||
./stop.sh
|
./stop.sh
|
||||||
timestamp=`date +%s`
|
timestamp=`date +%s`
|
||||||
$BIN -p ./thalos.pid 2> logs/$timestamp.log &
|
$BIN -p ./thalos.pid 2> out.log &
|
||||||
rm -f out.log
|
|
||||||
ln -s logs/$timestamp.log out.log
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue