mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update install
This commit is contained in:
parent
7172a4602f
commit
164b30cc7a
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ domain=$1
|
|||
path=$2
|
||||
|
||||
# Check domain/path availability
|
||||
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
|
||||
exit 1
|
||||
|
@ -55,5 +55,5 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/radicale.conf
|
|||
## Reload Nginx and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
sudo service uwsgi restart
|
||||
yunohost app setting radicale skipped_uris -v "$path"
|
||||
yunohost app ssowatconf
|
||||
sudo yunohost app setting radicale skipped_uris -v "$path"
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Reference in a new issue