mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-06-21 00:26:07 +02:00
fix tabs
This commit is contained in:
parent
52f641e873
commit
2521cbd14e
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ systemctl restart zabbix-proxy
|
|||
|
||||
echo -e "Installation of zabbix-proxy finished."
|
||||
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 address:\t$(ip a s dev eth0 | grep -m1 inet | cut -d ' ' -f6 | cut -d'/' -f1)"
|
||||
echo -e "Encryption:\tPSK"
|
||||
echo -e "PSK identity:\ŧ${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
||||
echo -e "PSK:\t\ŧ${psk}"
|
||||
echo -e "PSK identity:\t${LXC_HOSTNAME}.${LXC_DOMAIN}"
|
||||
echo -e "PSK:\t\t${psk}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue