From: Andy Witter Date: Fri, 13 Dec 2019 17:49:20 +0000 (-0500) Subject: Correct the brick head nodes file name and actually copy it to /home/opensrf X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=18dc874a2cb4ffc33df04d2b6b49e2f7795c575a;p=contrib%2Fpines%2Fgenasys.git Correct the brick head nodes file name and actually copy it to /home/opensrf --- diff --git a/templates/setup.sh b/templates/setup.sh index 7131acb..e841e8e 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -514,6 +514,7 @@ cat utility_options.txt >> /etc/profile echo ' rm ./.GenaSYS_FirstRun' >> /home/opensrf/.bashrc echo ' fi' >> /home/opensrf/.bashrc echo 'fi' >> /home/opensrf/.bashrc + cp -f brickhead_nodes.txt /home/opensrf else echo -e COL_BR_RED"***Warning.. utility_head_ssh_keys.sh is missing" fi diff --git a/templates/utility/utility_head_ssh_keys.sh b/templates/utility/utility_head_ssh_keys.sh index 48a3082..9d63f3c 100755 --- a/templates/utility/utility_head_ssh_keys.sh +++ b/templates/utility/utility_head_ssh_keys.sh @@ -44,7 +44,7 @@ then fi - for NODE in $(cat brick_heads.txt) + for NODE in $(cat brickhead_nodes.txt) do echo echo Setting up SSH keys for OpenSRF node: $NODE