diff --git a/src/main/scripts/unix/download-shell-script-url-create b/src/main/scripts/unix/download-id-shell-script-url-create similarity index 97% rename from src/main/scripts/unix/download-shell-script-url-create rename to src/main/scripts/unix/download-id-shell-script-url-create index cf3418865aa5b335f55f352571fb4eb45790b453..7c19bb28adc361284a4ea75ceb72ea1d78b7667a 100755 --- a/src/main/scripts/unix/download-shell-script-url-create +++ b/src/main/scripts/unix/download-id-shell-script-url-create @@ -2,16 +2,18 @@ # This script generates a URL which when consumed, will download a zip file # The zip file holds Unix and Windows scripts for downloading the specified assets. +# The authenticating caller must have access to the desired project. # # Default values for the script arguments EXPIRE_DAYS=14 OVERWRITE=false VERBOSE=true -PROJECT="" +ROJECT="" # aterm.jar download url ATERM_URL=https://mediaflux.researchsoftware.unimelb.edu.au/mflux/aterm.jar +ATERM_URL=https://localhost:8443/mflux/aterm.jar # function to print usage usage() {