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:
parent
3877c8b02e
commit
117cf719e5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue