mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
fix install
This commit is contained in:
parent
3732dc02e2
commit
9728a41939
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ final_path=/var/www/agendav
|
|||
sudo mkdir -p $final_path
|
||||
sudo cp -r ../sources/* $final_path
|
||||
|
||||
sudo chown -R admin: $final_path
|
||||
currentpath=$(pwd)
|
||||
cd $final_path/web/application && ln -s ../config config && cd $currentpath
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue