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:
parent
22dd4e39fa
commit
95b93f7702
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue