mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
delete chattr
This commit is contained in:
parent
13450fb9db
commit
c07324c30c
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ ynh_replace_string --match_string="db_name" --replace_string="$db_name" --target
|
|||
ynh_replace_string --match_string="db_user" --replace_string="$db_user" --target_file=/usr/share/zabbix/conf/zabbix.conf.php
|
||||
ynh_replace_string --match_string="db_pwd" --replace_string="$db_pwd" --target_file=/usr/share/zabbix/conf/zabbix.conf.php
|
||||
|
||||
chattr +i /usr/share/zabbix/conf/zabbix.conf.php
|
||||
chown -R www-data. /usr/share/zabbix
|
||||
|
||||
ynh_replace_string --match_string="DBName=zabbix" --replace_string="DBName=$db_name" --target_file=/etc/zabbix/zabbix_server.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue