mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
Change project name to "thalos" (working name).
This commit is contained in:
parent
f174863a17
commit
a23661e088
14 changed files with 26 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
BIN=bin/eosio-ship-trace-reader
|
||||
BIN=bin/thalos-server
|
||||
|
||||
DIR=$(dirname $(realpath $0))
|
||||
cd "$DIR"
|
||||
|
|
@ -7,6 +7,6 @@ cd "$DIR"
|
|||
date
|
||||
./stop.sh
|
||||
timestamp=`date +%s`
|
||||
$BIN -p ./eosio-ship-trace-reader.pid 2> logs/$timestamp.log &
|
||||
$BIN -p ./thalos.pid 2> logs/$timestamp.log &
|
||||
rm -f out.log
|
||||
ln -s logs/$timestamp.log out.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue