From 601f26ccf29f4f0a6bef815150163badb8bfa91f Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Tue, 3 Dec 2019 02:47:00 -0500 Subject: [PATCH] update warning for utility ssh keys --- templates/setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/setup.sh b/templates/setup.sh index f15efed..c3b48cf 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -495,11 +495,12 @@ cat utility_options.txt >> /etc/profile fi if [ -e ./utility_head_ssh_keys.sh ] then - echo;echo;echo -e $COL_BR_BLUE"Setting up ssh keys" + echo;echo;echo -e $COL_BR_BLUE"Setting up ssh keys"$COL_RESET echo -e $COL_BR_GREEN"*** PLEASE NOTE..." echo "You will have to login as user opensrf" echo "Or su - opensrf from root to complete" - echo "the setup of SSH keys to brick heads"$COL_RESET + echo "the setup of SSH keys to brick heads" + echo -e "AFTER REBOOT."$COL_RESET sleep 4 cp ./utility_head_ssh_keys.sh /home/opensrf echo >> /home/opensrf/.bashrc >> /home/opensrf/.bashrc -- 2.11.0