mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
remove sed -i
This commit is contained in:
parent
ce1048b49a
commit
9781f11d71
1 changed files with 1 additions and 2 deletions
|
@ -60,10 +60,9 @@ ynh_install_app_dependencies libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libapru
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-mark hold zabbix-server-mysql zabbix-frontend-php
|
DEBIAN_FRONTEND=noninteractive apt-mark hold zabbix-server-mysql zabbix-frontend-php
|
||||||
|
|
||||||
sed -i "s/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/g" /etc/locale.gen
|
ynh_replace_string --match_string="# fr_FR.UTF-8 UTF-8" --replace_string="fr_FR.UTF-8 UTF-8" --target_file=/etc/locale.gen
|
||||||
locale-gen
|
locale-gen
|
||||||
|
|
||||||
|
|
||||||
ln -s /usr/share/zabbix /var/www/zabbix
|
ln -s /usr/share/zabbix /var/www/zabbix
|
||||||
rm $final_path/conf/zabbix.conf.php
|
rm $final_path/conf/zabbix.conf.php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue