Skip to content

Commit c194821

Browse files
committed
update dodas template
1 parent c2aa8ca commit c194821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/get_proxy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ echo $result
4040

4141
access_token=$(echo $result | jq -r .access_token)
4242

43+
sed -e "s/user_token/${access_token}/" /home/centos/.dodas-template.yaml > /home/centos/.dodas.yaml
44+
4345
echo "export TOKEN=\"${access_token}\""
4446
export TOKEN="${access_token}"
4547

0 commit comments

Comments
 (0)