1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grr_ynh.git synced 2024-09-03 19:15:56 +02:00

Update upgrade

This commit is contained in:
Tagada 2023-09-28 13:14:23 +02:00 committed by GitHub
parent faba1754fb
commit 836dc0ae31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,8 @@ ynh_add_fpm_config
#================================================= #=================================================
ynh_script_progression --message="Updating a configuration file..." --weight=1 ynh_script_progression --message="Updating 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"