Skip to content

Commit

Permalink
change credentials to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Aug 29, 2023
1 parent 78bdb3b commit fdfcf70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/mos_download_url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# ------------------------------------------------------------------------------
# - Customization --------------------------------------------------------------
# - just add/update any kind of customized environment variable here
MOS_USER=ACCOUNT # # MOS Account Credentials
MOS_PASSWORD=PASSWORD
MOS_USER=$1 # MOS Account Credentials
MOS_PASSWORD=$2 # MOS Account Credentials
# - End of Customization -------------------------------------------------------

# - Environment Variables ------------------------------------------------------
Expand Down

0 comments on commit fdfcf70

Please sign in to comment.