update warning for utility ssh keys
authorAndy Witter <awitter@georgialibraries.org>
Tue, 3 Dec 2019 07:47:00 +0000 (02:47 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 3 Dec 2019 07:47:00 +0000 (02:47 -0500)
templates/setup.sh

index f15efed..c3b48cf 100755 (executable)
@@ -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