From fdfcf70850b8edacda762193341aeb31c7fd3717 Mon Sep 17 00:00:00 2001 From: Stefan Oehrli Date: Tue, 29 Aug 2023 06:32:00 +0200 Subject: [PATCH] change credentials to parameter --- bin/mos_download_url.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mos_download_url.sh b/bin/mos_download_url.sh index 53580e7..1727949 100755 --- a/bin/mos_download_url.sh +++ b/bin/mos_download_url.sh @@ -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 ------------------------------------------------------