Skip to content

Commit 77db0de

Browse files
authored
Update addAndSourcePropertiesInBashrc.sh
Make sure $MSDATAWORKSHOP_LOCATION is not substituted when adding to .bashrc
1 parent 5afd531 commit 77db0de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grabdish/addAndSourcePropertiesInBashrc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
# we put a placeholder msdataworkshopjaegeraddress.txt as we wont have the Jaeger LB address until later/setJaegerAddress.sh step
66
touch workingdir/msdataworkshopjaegeraddress.txt
77
echo "export MSDATAWORKSHOP_LOCATION=~/microservices-datadriven/grabdish/" >> ~/.bashrc
8-
echo "source $MSDATAWORKSHOP_LOCATION/msdataworkshop.properties" >> ~/.bashrc
8+
echo 'source $MSDATAWORKSHOP_LOCATION/msdataworkshop.properties' >> ~/.bashrc
99
source ~/.bashrc
10-

0 commit comments

Comments
 (0)