1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

[fix] bad path

This commit is contained in:
Laurent Peuch 2015-09-29 00:04:43 +02:00
parent 22dd4e39fa
commit 95b93f7702

View file

@ -20,7 +20,7 @@ sudo cp -a ../sources/dolibarr/* $final_path
sudo chown -R www-data: $final_path
touch $final_path/dolibarr/conf/conf.php
touch $final_path/conf/conf.php
if [[ "$path" == "" ]]; then
sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf