From 896fb9fc6806a40dea426d5968f549c75392f451 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Mon, 2 Sep 2019 18:01:48 +0500 Subject: [PATCH] a --- ucloud-init.start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucloud-init.start b/ucloud-init.start index 697f567..b4a5e8e 100755 --- a/ucloud-init.start +++ b/ucloud-init.start @@ -16,7 +16,7 @@ get_distro() { } setup_ssh() { - tput setaf 2; echo "Setting up SSH"; tput sgr0; + tput setaf 2; tput bold; echo "Setting up SSH"; tput sgr0; mkdir -p $(dirname $ssh_authorized_keys_path) touch $ssh_authorized_keys_path @@ -47,7 +47,7 @@ setup_ssh() { } grow_partition() { - tput setaf 2; echo "Growing Partition"; tput sgr0; + tput setaf 2; tput bold; echo "Growing Partition"; tput sgr0; # TODO: Try to replace the growpart to parted wget https://git.launchpad.net/ubuntu/+source/cloud-utils/plain/bin/growpart @@ -67,7 +67,7 @@ make_script_verbose() { } setup_dns() { - tput setaf 2; echo "Setting up DNS"; tput sgr0; + tput setaf 2; tput bold; echo "Setting up DNS"; tput sgr0; # Check if rdnssd is installed, if not put Google's DNS # into /etc/resolv.conf and install rdnssd for the next time