Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/dts-subscription.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ get_dpp_creds() {
# 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
# sibscribtions will be megrated to MinIO):
echo ${DPP_EMAIL} >>${DPP_CREDENTIAL_FILE}
echo ${DPP_EMAIL} >${DPP_CREDENTIAL_FILE}
echo ${DPP_PASSWORD} >>${DPP_CREDENTIAL_FILE}

print_ok "Dasharo DPP credentials have been saved"
Expand Down