Skip to content

Commit

Permalink
chore: update installation data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent a9f5c2b commit 62362f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/self-hosted/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ COPY public.node_tasks (id, team_id, task_group_id, type, meta, payload, status,
--

COPY public.nodes (id, team_id, name, agent_token, last_seen_at, created_at, updated_at, data, swarm_id) FROM stdin;
1 1 default CiDxqmiTyJMV6qIhEI8mozcmHg9easnbYfvCPppdht \N 2024-09-01 00:00:00 2024-09-01 00:00:00 \N 1
1 1 default fake_agent_token \N 2024-09-01 00:00:00 2024-09-01 00:00:00 \N 1
\.


Expand Down
1 change: 0 additions & 1 deletion scripts/self-hosted/install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ sql_dump_file="db.sql"
sql_dump_file_tmp="db.sql.tmp"

sed -e "s|self_hosted_password|$password_hash|g" \
-e "s|fake_agent_token|$random_token|g" \
"$sql_dump_file" > "$sql_dump_file_tmp"

# Replace the original file with the updated one
Expand Down

0 comments on commit 62362f3

Please sign in to comment.