fixed typos

This commit is contained in:
2019-10-13 11:50:15 +02:00
parent f97feda0a5
commit 29dcf0aef4
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ mkdir /etc/zabbix/zabbix_agentd.scripts
cp "$_assets"/zabbix/scripts/nginx-stat.py /etc/zabbix/zabbix_agentd.scripts/
chmod +x /etc/zabbix/zabbix_agentd.scripts/nginx-stat.py
echo -n "This is box is a proxmox CT? [Y|n] "
echo -n "Is This box a proxmox CT? [Y|n] "
read yn
yn=${yn:-y}
if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then