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

restore more

This commit is contained in:
Salamandar 2024-03-25 23:12:32 +01:00
parent 3877c8b02e
commit 117cf719e5

View file

@ -29,7 +29,9 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --source_id="main" --dest_dir="$install_dir"
# Create necessary files
touch $install_dir/htdocs/conf/conf.php
touch "$install_dir/htdocs/conf/conf.php"
chown -R "$app:www-data" "$install_dir"
#=================================================
# PREPARE AND INSTALL APP
@ -57,7 +59,7 @@ ynh_use_logrotate --logfile="$install_dir/documents/dolibarr.log"
#=================================================
# Set right permissions for curl install
chown -R "$app:" "$install_dir"
# chown -R "$app:" "$install_dir"
# Installation with curl