We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954eab1 commit de9bf00Copy full SHA for de9bf00
scripts/self-hosted/server.sh
@@ -156,10 +156,14 @@ export SKIP_CORE_INSTALL=1
156
157
bash install-agent.sh
158
159
+header "Configuring Ptah.sh"
160
+echo "$(yellow "This may take up to a few minutes...")"
161
+
162
export PTAH_ROOT_DIR=/home/ptah/ptah-agent
163
164
$PTAH_ROOT_DIR/current exec-tasks tasks.json
165
166
+echo "$(green "Setup tasks completed successfully.")"
167
168
sql_dump_file="db.sql"
169
sql_dump_file_tmp="db.sql.tmp"
0 commit comments