diff options
author | duponin <pwet@dupon.in> | 2022-05-18 20:05:42 +0200 |
---|---|---|
committer | duponin <pwet@dupon.in> | 2022-05-18 20:05:42 +0200 |
commit | e606b9ab3f5028ddac1f52e855d7f6da4999dbc5 (patch) | |
tree | 3278585f5f517fb0d591d07a648825c15921289b | |
parent | 4605efe272016a5ba8ba6e96a9bec9a6e40c1591 (diff) | |
download | pleroma-e606b9ab3f5028ddac1f52e855d7f6da4999dbc5.tar.gz |
add missing extra application to start the SSH BBS
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,7 +80,8 @@ defmodule Pleroma.Mixfile do :quack, :fast_sanitize, :os_mon, - :ssl + :ssl, + :esshd ], included_applications: [:ex_syslogger] ] |