Skip to content

Commit e31b5dd

Browse files
authored
Merge pull request #10 from linuxserver/typo
fix typo causing conf recreation bug
2 parents 3cd8a07 + e6dfe28 commit e31b5dd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
257257

258258
## Versions
259259

260+
* **13.04.20:** - Fix bug that forced conf recreation on every start.
260261
* **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).
261262
* **05.04.20:** - Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs.
262263
* **01.04.20:** - Add `show-peer` script and include info on host installed headers.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ app_setup_block: |
7878
7979
# changelog
8080
changelogs:
81+
- { date: "13.04.20:", desc: "Fix bug that forced conf recreation on every start." }
8182
- { 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)." }
8283
- { date: "05.04.20:", desc: "Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs." }
8384
- { date: "01.04.20:", desc: "Add `show-peer` script and include info on host installed headers." }

root/etc/cont-init.d/30-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DUDE
112112
save_vars () {
113113
cat <<DUDE > /config/.donoteditthisfile
114114
ORIG_SERVERURL=$SERVERURL
115-
ORIG_SERVERPORT=$SERVER_PORT
115+
ORIG_SERVERPORT=$SERVERPORT
116116
ORIG_PEERDNS=$PEERDNS
117117
ORIG_PEERS=$PEERS
118118
ORIG_INTERFACE=$INTERFACE

0 commit comments

Comments
 (0)