File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # copy-user-2-remote-host-tls.sh 3.31.368 2018-06-23_18:24:57_CDT https://github.com/BradleyA/docker-scripts uadmin six-rpi3b.cptx86.com 3.30
3
+ # update comment to add line at the beginning of file
2
4
# copy-user-2-remote-host-tls.sh 3.29.361 2018-06-22_11:36:41_CDT uadmin two.cptx86.com 3.28-19-ga977649
3
5
# format output to help user
4
6
#
@@ -108,7 +110,7 @@ if $(nc -z ${REMOTEHOST} ${SSHPORT} >/dev/null) ; then
108
110
echo -e " \nTo set environment variables permanently, add them to the user's"
109
111
echo -e " \t.bashrc. These environment variables will be set each time the user"
110
112
echo -e " \tlogs into the computer system. Edit your .bashrc file (or the"
111
- echo -e " \tcorrect shell if different) and append the following two lines."
113
+ echo -e " \tcorrect shell if different) and prepend the following two lines."
112
114
echo -e " \texport DOCKER_HOST=tcp://\` hostname -f\` :2376"
113
115
echo -e " \texport DOCKER_TLS_VERIFY=1"
114
116
#
You can’t perform that action at this time.
0 commit comments