Use qvitter as the default UI

This commit is contained in:
Bob Mottram 2017-06-16 10:09:05 +01:00
parent b3ffaeb8f1
commit 1c16dbfe85
1 changed files with 4 additions and 0 deletions

View File

@ -1002,6 +1002,10 @@ function install_gnusocial {
systemctl restart nginx
# Set qvitter to be the default UI. It's probably the most stable.
# And doesn't forget logins
gnusocial_use_qvitter gnusocial
APP_INSTALLED=1
}