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:
parent
c40416d192
commit
3732dc02e2
1 changed files with 3 additions and 0 deletions
|
@ -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%/}
|
||||||
|
|
Loading…
Add table
Reference in a new issue