From 5a135333c1d169bf7ba0fcc40e5d8d3158b0ca8a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 7 Feb 2017 14:19:37 +0100 Subject: [PATCH] make it shine --- nextcloud-startup-script.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index c0c1fe20..f29358f0 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -479,8 +479,9 @@ then # Connected! echo -e "\e[32mConnected!\e[0m" echo - echo "We will use the DHCP IP: $ADDRESS. If you want to change" - echo "it later then just edit the interfaces file: sudo nano /etc/network/interfaces" + echo -e "We will use the DHCP IP: \e[32m$ADDRESS\e[0m. If you want to change it later then just edit the interfaces file:" + echo "sudo nano /etc/network/interfaces" + echo echo "If you experience any bugs, please report it here:" echo "https://github.com/nextcloud/vm/issues/new" echo -e "\e[32m"