deploy-workbench.sh: update with new settings.ini

This commit is contained in:
pedro 2024-09-20 11:36:24 -03:00
parent 6d3d4e5c2a
commit d0f3f337d2
1 changed files with 2 additions and 6 deletions

View File

@ -201,12 +201,8 @@ create_persistence_partition() {
${SUDO} tee "${tmp_rw_mount}/settings/settings.ini" <<END ${SUDO} tee "${tmp_rw_mount}/settings/settings.ini" <<END
[settings] [settings]
DH_TOKEN = url = http://127.0.0.1:8000/api/snapshot/
DH_URL = token = '1234'
SNAPSHOTS_PATH = /mnt
LOGS_PATH = /mnt
VERSION =
END END
${SUDO} umount "${tmp_rw_mount}" ${SUDO} umount "${tmp_rw_mount}"