diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-23 08:25:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-23 08:25:03 +0100 |
commit | c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c (patch) | |
tree | 28a3ff2d2761be981d91679dfe47198b02b0b529 | |
parent | c5c95361e6adca439ae316066366e520797f9ec0 (diff) | |
download | PeerTube-c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c.tar.gz PeerTube-c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c.tar.zst PeerTube-c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c.zip |
Fix typo
-rw-r--r-- | server/initializers/checker-after-init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/checker-after-init.ts b/server/initializers/checker-after-init.ts index 0df7414be..14ed82cb4 100644 --- a/server/initializers/checker-after-init.ts +++ b/server/initializers/checker-after-init.ts | |||
@@ -251,7 +251,7 @@ function checkLiveConfig () { | |||
251 | 251 | ||
252 | if (CONFIG.LIVE.RTMPS.ENABLED) { | 252 | if (CONFIG.LIVE.RTMPS.ENABLED) { |
253 | if (!CONFIG.LIVE.RTMPS.KEY_FILE) { | 253 | if (!CONFIG.LIVE.RTMPS.KEY_FILE) { |
254 | throw new Error('You must specify a key file to enabled RTMPS') | 254 | throw new Error('You must specify a key file to enable RTMPS') |
255 | } | 255 | } |
256 | 256 | ||
257 | if (!CONFIG.LIVE.RTMPS.CERT_FILE) { | 257 | if (!CONFIG.LIVE.RTMPS.CERT_FILE) { |