mirror of
https://github.com/YunoHost-Apps/grr_ynh.git
synced 2024-09-03 19:15:56 +02:00
Update install
This commit is contained in:
parent
836dc0ae31
commit
eaf9204fa3
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ ynh_add_fpm_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="config_ldap.inc.php" --destination="$install_dir/include/config_ldap.inc.php"
|
ynh_add_config --template="config_ldap.inc.php" --destination="$install_dir/personnalisation/config_ldap.inc.php"
|
||||||
ynh_add_config --template="connect.inc.php" --destination="$install_dir/include/connect.inc.php"
|
ynh_add_config --template="connect.inc.php" --destination="$install_dir/personnalisation/connect.inc.php"
|
||||||
|
|
||||||
chmod 400 "$install_dir/include/config_ldap.inc.php"
|
chmod 400 "$install_dir/include/config_ldap.inc.php"
|
||||||
chmod 400 "$install_dir/include/connect.inc.php"
|
chmod 400 "$install_dir/include/connect.inc.php"
|
||||||
|
|
Loading…
Add table
Reference in a new issue