add missing extra application to start the SSH BBS

This commit is contained in:
duponin 2022-05-18 20:05:42 +02:00
parent 4605efe272
commit e606b9ab3f
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ defmodule Pleroma.Mixfile do
:quack,
:fast_sanitize,
:os_mon,
:ssl
:ssl,
:esshd
],
included_applications: [:ex_syslogger]
]