Skip to content

Commit 450fdb9

Browse files
committed
fix decrypt
1 parent 9c92086 commit 450fdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function ensureVersion() {
2424

2525
function decrypt() {
2626
# Even though we're running bash with -x, travis hides the private key from the log
27-
openssl aes-256-cbc -d -pass "pass:$PRIV_KEY_SECRET" -in $1 > $2 2>/dev/null
27+
openssl aes-256-cbc -d -md md5 -pass "pass:$PRIV_KEY_SECRET" -in $1 > $2 2>/dev/null
2828
}
2929

3030
function setupSSH() {

0 commit comments

Comments
 (0)