mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
commit
9e583990a0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ path=$2
|
||||||
|
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
sudo yunohost app checkurl $domain$path -a radicale
|
sudo yunohost app checkurl $domain$path -a radicale
|
||||||
sudo yunohost app setting radicale skipped_uris -v "$path"
|
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -55,5 +54,6 @@ sudo chmod 644 /etc/radicale/*
|
||||||
## Reload Nginx and regenerate SSOwat conf
|
## Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo service uwsgi restart
|
sudo service uwsgi restart
|
||||||
|
sudo yunohost service add uwsgi
|
||||||
sudo yunohost app setting radicale skipped_uris -v "/"
|
sudo yunohost app setting radicale skipped_uris -v "/"
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Reference in a new issue