Skip to content

Commit

Permalink
update password in create site
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jun 12, 2024
1 parent b08b071 commit 684df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/create-site.service
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/create-site.pid \
fi
done;
echo "sites/common_site_config.json found";
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app erpnext --set-default frontend;
bench new-site --no-mariadb-socket --admin-password=erpnext --db-root-password=erpnext --install-app erpnext --set-default frontend;
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/create-site.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP create-site
SyslogIdentifier=%u
Expand Down

0 comments on commit 684df0a

Please sign in to comment.