1
0
Fork 0
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:
abeudin 2014-05-29 13:59:30 +02:00
parent f521b1b7bb
commit 2e21769d8e

View file

@ -10,7 +10,11 @@ then
fi fi
# Set permissions to searx directory # Set permissions to searx directory
sudo grep radicaled /etc/passwd > /dev/null 2>&1
if [ $? != 0 ];
then
sudo useradd radicale -d /opt/yunohost/radicale sudo useradd radicale -d /opt/yunohost/radicale
fi
sudo chown radicale:radicale -R /opt/yunohost/radicale sudo chown radicale:radicale -R /opt/yunohost/radicale
# Upgrade pip packages # Upgrade pip packages