mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
[fix] Install
This commit is contained in:
parent
8030051a51
commit
b80ad62ba2
1 changed files with 2 additions and 2 deletions
|
@ -140,12 +140,12 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/diaspora.conf
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
|
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app setting diaspora skipped_uris -v "/"
|
ynh_app_setting_set diaspora skipped_uris -v "/"
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
# Protect URIs
|
# Protect URIs
|
||||||
if [ $is_public = "no" -o $is_public = "NO" -o $is_public = "No" ]
|
if [ $is_public = "no" -o $is_public = "NO" -o $is_public = "No" ]
|
||||||
then
|
then
|
||||||
sudo yunohost app setting diaspora protected_uris -v "/"
|
ynh_app_setting_set diaspora protected_uris -v "/"
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue