Skip to content

Commit de9bf00

Browse files
committed
feat: #239 better info output
1 parent 954eab1 commit de9bf00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scripts/self-hosted/server.sh

+4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,14 @@ export SKIP_CORE_INSTALL=1
156156

157157
bash install-agent.sh
158158

159+
header "Configuring Ptah.sh"
160+
echo "$(yellow "This may take up to a few minutes...")"
161+
159162
export PTAH_ROOT_DIR=/home/ptah/ptah-agent
160163

161164
$PTAH_ROOT_DIR/current exec-tasks tasks.json
162165

166+
echo "$(green "Setup tasks completed successfully.")"
163167

164168
sql_dump_file="db.sql"
165169
sql_dump_file_tmp="db.sql.tmp"

0 commit comments

Comments
 (0)