mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
Merge pull request #90 from haeckle/fix-password-indentation
DDP Credentials: Fix password indentation
This commit is contained in:
@@ -98,7 +98,7 @@ get_dpp_creds() {
|
||||
echo ""
|
||||
read -p "Enter DPP email: " 'DPP_EMAIL'
|
||||
echo ""
|
||||
read -p "Enter password: " 'DPP_PASSWORD'
|
||||
read -p "Enter password: " 'DPP_PASSWORD'
|
||||
|
||||
# Export DPP creds to a file for future use. Currently these are being used
|
||||
# for both: MinIO (and its mc CLI) and cloudsend (deprecated, all DPP
|
||||
|
||||
Reference in New Issue
Block a user