mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +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
|
|
@ -10,7 +10,7 @@ INSTALL_DIR=$1
|
|||
echo "Installing application in: $INSTALL_DIR"
|
||||
|
||||
mkdir -p "$INSTALL_DIR"/{bin,logs}
|
||||
install -m 750 -t "${INSTALL_DIR}/bin" build/eosio-ship-trace-reader
|
||||
install -m 750 -t "${INSTALL_DIR}/bin" build/thalos-server
|
||||
|
||||
if [ ! -f "${INSTALL_DIR}/config.json" ]; then
|
||||
install -T -m 600 config.example.json "${INSTALL_DIR}/config.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue