Skip to content

Commit

Permalink
make output not wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed May 30, 2020
1 parent 6129cd4 commit bc0aa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/mkstudent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,"

0 comments on commit bc0aa16

Please sign in to comment.