Skip to content

Commit

Permalink
reverting change
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzer45 committed Mar 31, 2023
1 parent 2ec6da1 commit fbeeb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/upgrade/v0.72/scripts/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ encryptCreds() { (
else
cd ${DSIP_PROJECT_DIR}/gui
fi
python3 -c "from util.security import AES_CTR; print(AES_CTR.encrypt('$1'));"
python3 -c "from util.security import AES_CTR; print(AES_CTR.encrypt('$1').decode('utf-8'));"
) }

# TODO: does not support multiple rows in dsip_settings table (cluster upgrade not supported yet)
Expand Down

0 comments on commit fbeeb17

Please sign in to comment.