mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update install
This commit is contained in:
parent
1d39784793
commit
025398dd1a
1 changed files with 1 additions and 3 deletions
|
@ -55,8 +55,6 @@ EOF
|
||||||
ynh_script_progression --message="Download source files..." --weight=10
|
ynh_script_progression --message="Download source files..." --weight=10
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
touch $install_dir/htdocs/conf/conf.php
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PHP-FPM CONFIGURATION
|
# PHP-FPM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -75,7 +73,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/conf.php" --destination="touch $install_dir/htdocs/conf/conf.php"
|
ynh_add_config --template="../conf/conf.php" --destination="$install_dir/htdocs/conf/conf.php"
|
||||||
|
|
||||||
chmod 644 "$install_dir/htdocs/conf/conf.php"
|
chmod 644 "$install_dir/htdocs/conf/conf.php"
|
||||||
chown $app:$app "$install_dir/htdocs/conf/conf.php"
|
chown $app:$app "$install_dir/htdocs/conf/conf.php"
|
||||||
|
|
Loading…
Reference in a new issue