mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
Update upgrade
This commit is contained in:
parent
343c6c7cbc
commit
9016b34b0c
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/config.php.example" --destination="$install_dir/config/config.php"
|
||||
chmod 644 $install_dir/config/config.php
|
||||
|
||||
chmod 644 "$install_dir/config/config.php"
|
||||
chown $app:$app "$install_dir/config/config.php"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Reference in a new issue