mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
fix tabs
This commit is contained in:
parent
52f641e873
commit
2521cbd14e
@ -59,9 +59,9 @@ systemctl restart zabbix-proxy
|
|||||||
|
|
||||||
echo -e "Installation of zabbix-proxy finished."
|
echo -e "Installation of zabbix-proxy finished."
|
||||||
echo -e "\nPlease register the Proxy on yout zabbix server with following data:"
|
echo -e "\nPlease register the Proxy on yout zabbix server with following data:"
|
||||||
echo -e "Proxy name:\ŧ${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
echo -e "Proxy name:\t${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
||||||
echo -e "Proxy mode: Active"
|
echo -e "Proxy mode: Active"
|
||||||
echo -e "Proxy address:\t$(ip a s dev eth0 | grep -m1 inet | cut -d ' ' -f6 | cut -d'/' -f1)"
|
echo -e "Proxy address:\t$(ip a s dev eth0 | grep -m1 inet | cut -d ' ' -f6 | cut -d'/' -f1)"
|
||||||
echo -e "Encryption:\tPSK"
|
echo -e "Encryption:\tPSK"
|
||||||
echo -e "PSK identity:\ŧ${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
echo -e "PSK identity:\t${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
||||||
echo -e "PSK:\t\ŧ${psk}"
|
echo -e "PSK:\t\t${psk}"
|
||||||
|
Loading…
Reference in New Issue
Block a user