fix typo causing conf recreation bug

pull/10/head
aptalca 4 years ago
parent 3cd8a07fcb
commit e6dfe2888b

@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **13.04.20:** - Fix bug that forced conf recreation on every start.
* **08.04.20:** - Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops). * **08.04.20:** - Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops).
* **05.04.20:** - Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs. * **05.04.20:** - Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs.
* **01.04.20:** - Add `show-peer` script and include info on host installed headers. * **01.04.20:** - Add `show-peer` script and include info on host installed headers.

@ -78,6 +78,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "13.04.20:", desc: "Fix bug that forced conf recreation on every start." }
- { date: "08.04.20:", desc: "Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops)." } - { date: "08.04.20:", desc: "Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops)." }
- { date: "05.04.20:", desc: "Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs." } - { date: "05.04.20:", desc: "Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs." }
- { date: "01.04.20:", desc: "Add `show-peer` script and include info on host installed headers." } - { date: "01.04.20:", desc: "Add `show-peer` script and include info on host installed headers." }

@ -112,7 +112,7 @@ DUDE
save_vars () { save_vars () {
cat <<DUDE > /config/.donoteditthisfile cat <<DUDE > /config/.donoteditthisfile
ORIG_SERVERURL=$SERVERURL ORIG_SERVERURL=$SERVERURL
ORIG_SERVERPORT=$SERVER_PORT ORIG_SERVERPORT=$SERVERPORT
ORIG_PEERDNS=$PEERDNS ORIG_PEERDNS=$PEERDNS
ORIG_PEERS=$PEERS ORIG_PEERS=$PEERS
ORIG_INTERFACE=$INTERFACE ORIG_INTERFACE=$INTERFACE

Loading…
Cancel
Save