1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

handle config symlink

This commit is contained in:
Julien Malik 2014-01-07 17:56:00 +01:00
parent c40416d192
commit 3732dc02e2

View file

@ -30,6 +30,9 @@ final_path=/var/www/agendav
sudo mkdir -p $final_path sudo mkdir -p $final_path
sudo cp -r ../sources/* $final_path sudo cp -r ../sources/* $final_path
currentpath=$(pwd)
cd $final_path/web/application && ln -s ../config config && cd $currentpath
# caldav config # caldav config
radicale_path=$(sudo yunohost app setting radicale path) radicale_path=$(sudo yunohost app setting radicale path)
radicale_path=${radicale_path%/} radicale_path=${radicale_path%/}