mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update upgrade
This commit is contained in:
parent
7dab8692bd
commit
5eae32b5d6
1 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
#sudo service uwsgi stop
|
||||
#sudo killall uwsgi
|
||||
#sudo service uwsgi start
|
||||
#sudo service nginx reload
|
||||
# Fix permission
|
||||
sudo chmod 755 /etc/radicale/
|
||||
sudo find /usr/local/radicale/ -type d -exec chmod 2755 {} \;
|
||||
sudo find /usr/local/radicale/ -type f -exec chmod g+r,o+r {} \;
|
||||
sudo chmod 644 /etc/radicale/*
|
||||
|
||||
sudo service uwsgi stop
|
||||
sudo killall uwsgi
|
||||
sudo service uwsgi start
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue