1
0
Fork 0
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:
Julien Malik 2014-01-07 18:12:06 +01:00
parent 3732dc02e2
commit 9728a41939

View file

@ -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