From 052a3489e996bd3c8dd5f93463382882ffb7f876 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 17 Mar 2017 23:49:29 +0000 Subject: [PATCH] fix typo --- installer/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index c45fb6b7..2d43fb94 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -484,9 +484,9 @@ EOF source /etc/environment myLOCALIP=$(hostname -I | awk '{ print $1 }') myEXTIP=$(/usr/bin/myip.sh) -sed -i "s#IP:.*#IP: $myLOCALIP ($myEXTIP)^[[0m#" /etc/issue -sed -i "s#SSH:.*#SSH: ssh -l tsec -p 64295 $myLOCALIP^[[0m#" /etc/issue -sed -i "s#WEB:.*#WEB: https://$myLOCALIP:64297^[[0m#" /etc/issue +sed -i "s#IP:.*#IP: $myLOCALIP ($myEXTIP)#" /etc/issue +sed -i "s#SSH:.*#SSH: ssh -l tsec -p 64295 $myLOCALIP#" /etc/issue +sed -i "s#WEB:.*#WEB: https://$myLOCALIP:64297#" /etc/issue tee /data/ews/conf/ews.ip << EOF [MAIN] ip = $myEXTIP