Skip to content

Commit 60765da

Browse files
author
wangzihe
committedJul 10, 2019
Change tron.enc and tron.sh for update pub_key
1 parent 97280c8 commit 60765da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tron.enc

0 Bytes
Binary file not shown.

‎tron.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
if [ $encrypted_e5855cb9e09c_key ];then
4-
openssl aes-256-cbc -K $encrypted_e5855cb9e09c_key -iv $encrypted_e5855cb9e09c_iv -in tron.enc -out tron -d
3+
if [ $encrypted_43b7d2f1321f_key ];then
4+
openssl aes-256-cbc -K $encrypted_43b7d2f1321f_key -iv $encrypted_43b7d2f1321f_iv -in tron.enc -out tron -d
55
cat tron > ~/.ssh/id_rsa
66
chmod 600 ~/.ssh/id_rsa
77
echo "Add docker server success"

0 commit comments

Comments
 (0)
Please sign in to comment.