Code Review
/
pti
/
o2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Fix INF-356 DC client auth token is invalid"
[pti/o2.git]
/
tests
/
o2app-helmcli-entry.sh
1
apt-get update && apt-get install ssh -y
2
3
if [ -z "${HELM_USER_PASSWD}" ];
4
then
5
HELM_USER_PASSWD=St8rlingX
6
fi
7
useradd helm
8
passwd helm << EOF
9
${HELM_USER_PASSWD}
10
${HELM_USER_PASSWD}
11
EOF
12
13
service ssh restart
14
15
tail -f /dev/null