From bc0aa167839088fb9355fa12bb4b3383a91df7f3 Mon Sep 17 00:00:00 2001 From: mchyzer Date: Sat, 30 May 2020 10:44:34 -0400 Subject: [PATCH] make output not wrap --- internal/mkstudent.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/mkstudent.sh b/internal/mkstudent.sh index ea17811..5ada58a 100644 --- a/internal/mkstudent.sh +++ b/internal/mkstudent.sh @@ -10,7 +10,7 @@ echo "$GROUPER_GTE_DOCKER_BRANCH" > /root/grouperGteDockerBranch.txt chmod a+r /root/grouperGteDockerBranch.txt yum -y update -yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch +yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk yum -y install docker @@ -93,6 +93,6 @@ chmod +x /home/student/start-rabbitmq.sh updatedb -# Echo the password -echo "abcdefg12345678, $MY_IP, student, $PASS" +# Echo the IP and password with no whitespace so it doesnt wrap +echo "abcdefg12345678,$MY_IP,$PASS,"