mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
revert more
This commit is contained in:
parent
117cf719e5
commit
4e2eac7859
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ ynh_setup_source --source_id="main" --dest_dir="$install_dir"
|
||||||
# Create necessary files
|
# Create necessary files
|
||||||
touch "$install_dir/htdocs/conf/conf.php"
|
touch "$install_dir/htdocs/conf/conf.php"
|
||||||
|
|
||||||
chown -R "$app:www-data" "$install_dir"
|
# chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PREPARE AND INSTALL APP
|
# PREPARE AND INSTALL APP
|
||||||
|
@ -59,7 +59,7 @@ ynh_use_logrotate --logfile="$install_dir/documents/dolibarr.log"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set right permissions for curl install
|
# Set right permissions for curl install
|
||||||
# chown -R "$app:" "$install_dir"
|
chown -R "$app:" "$install_dir"
|
||||||
|
|
||||||
# Installation with curl
|
# Installation with curl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue