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:
parent
84d0a062cf
commit
96c373ed94
1 changed files with 4 additions and 4 deletions
|
@ -49,10 +49,10 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1
|
|||
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/personnalisation/connect.inc.php"
|
||||
|
||||
chmod 400 "$install_dir/include/config_ldap.inc.php"
|
||||
chmod 400 "$install_dir/include/connect.inc.php"
|
||||
chown $app:$app "$install_dir/include/config_ldap.inc.php"
|
||||
chown $app:$app "$install_dir/include/connect.inc.php"
|
||||
chmod 400 "$install_dir/personnalisation/config_ldap.inc.php"
|
||||
chmod 400 "$install_dir/personnalisation/connect.inc.php"
|
||||
chown $app:$app "$install_dir/personnalisation/config_ldap.inc.php"
|
||||
chown $app:$app "$install_dir/personnalisation/connect.inc.php"
|
||||
|
||||
#=================================================
|
||||
# UPDATE DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue