Skip to content

Commit

Permalink
feat: #239 better info output
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Oct 20, 2024
1 parent 954eab1 commit de9bf00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/self-hosted/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,14 @@ export SKIP_CORE_INSTALL=1

bash install-agent.sh

header "Configuring Ptah.sh"
echo "$(yellow "This may take up to a few minutes...")"

export PTAH_ROOT_DIR=/home/ptah/ptah-agent

$PTAH_ROOT_DIR/current exec-tasks tasks.json

echo "$(green "Setup tasks completed successfully.")"

sql_dump_file="db.sql"
sql_dump_file_tmp="db.sql.tmp"
Expand Down

0 comments on commit de9bf00

Please sign in to comment.