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
f521b1b7bb
commit
2e21769d8e
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ then
|
|||
fi
|
||||
|
||||
# Set permissions to searx directory
|
||||
sudo grep radicaled /etc/passwd > /dev/null 2>&1
|
||||
if [ $? != 0 ];
|
||||
then
|
||||
sudo useradd radicale -d /opt/yunohost/radicale
|
||||
fi
|
||||
sudo chown radicale:radicale -R /opt/yunohost/radicale
|
||||
|
||||
# Upgrade pip packages
|
||||
|
|
Loading…
Reference in a new issue