Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit b0b1446

Browse files
authored
Merge pull request #30 from linuxserver/typos
fix typos in Dockerfile and cert gen routine
2 parents 5789582 + cefa37b commit b0b1446

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727

2828
# install unifi
2929
curl -o \
30-
/tmp/unifi.deb -L\
30+
/tmp/unifi.deb -L \
3131
"http://dl.ubnt.com/unifi/${UNIFI_VER}/unifi_sysvinit_all.deb" && \
3232
dpkg -i /tmp/unifi.deb && \
3333

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
9595

9696
## Versions
9797

98+
+ **22.10.17:** Fix typos in Dockerfile and cert gen.
9899
+ **05.10.17:** Update to 5.5.24.
99100
+ **03.08.17:** Update to 5.5.20.
100101
+ **15.07.17:** Update to 5.5.19 and switch to using .deb package, no need to keep up with the unifi repo merry-go-round.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ ! -f /config/data/keystore ]] && \
55
keytool -genkey -keyalg RSA -alias unifi -keystore /config/data/keystore \
66
-storepass aircontrolenterprise -keypass aircontrolenterprise -validity 1825 \
7-
-keysize 4096 -dname "cn=unfi"
7+
-keysize 4096 -dname "cn=unifi"
88

99
# permissions
1010
chown abc:abc \

0 commit comments

Comments
 (0)