Correction de typo

This commit is contained in:
root 2020-04-29 02:24:07 +02:00
parent eeccbaec4c
commit 1a7578ef26
1 changed files with 1 additions and 1 deletions

View File

@ -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