Reverse logic

This commit is contained in:
Bob Mottram 2018-04-18 11:21:01 +01:00
parent 6fb77ea5eb
commit bd7b2d2283
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ function configure_interactive_pleroma {
do
chatenabled=
enablechatstr=$'Enable chat system'
if grep -q ':chat, enabled: false' $PLEROMA_DIR/config/config.exs; then
if grep -q ':chat, enabled: true' $PLEROMA_DIR/config/config.exs; then
chatenabled=1
enablechatstr=$'Disable chat system'
fi