From 1a7578ef26c23dfdda4efc104048b1a2d5312047 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Apr 2020 02:24:07 +0200 Subject: [PATCH] Correction de typo --- zabbix/init_zabbix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix/init_zabbix.sh b/zabbix/init_zabbix.sh index 9c8a3f8..144c1fb 100755 --- a/zabbix/init_zabbix.sh +++ b/zabbix/init_zabbix.sh @@ -16,7 +16,7 @@ echo "DBPassword=${DB_PASSWORD}" >> /etc/zabbix/zabbix_server.conf.d/db.conf sed "s@^\(\$DB\['PASSWORD'\][^=]*\).*@\1= '${DB_PASSWORD}';@g" /usr/share/zabbix/conf/zabbix.conf.php.example > /etc/zabbix/web/zabbix.conf.php wget -qO /usr/bin/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms -wget -Qo /usr/lib/zabbix/alertscripts/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms.zabbix_alert_script +wget -qO /usr/lib/zabbix/alertscripts/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms.zabbix_alert_script chmod +x /usr/lib/zabbix/alertscripts/freesms /usr/bin/freesms systemctl --now enable zabbix-server zabbix-agent nginx php7.3-fpm