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 2015-01-14 10:52:09 +01:00
parent c620546f0f
commit 2e509ebb8f

View file

@ -27,6 +27,7 @@ sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale
# Radicale configuration # Radicale configuration
sudo cp ../conf/config /etc/radicale/ sudo cp ../conf/config /etc/radicale/
sudo cp ../conf/logging /etc/radicale/ sudo cp ../conf/logging /etc/radicale/
sudo cp ../conf/rights /etc/radicale/
sudo sed -i "s@CHANGEPATH@$path@g" /etc/radicale/config sudo sed -i "s@CHANGEPATH@$path@g" /etc/radicale/config
# Copy files to the right place # Copy files to the right place