From e899301f533ece7855fb4c0b2ceda7a3ce496c0e Mon Sep 17 00:00:00 2001 From: Neil Killeen <nkilleen@unimelb.edu.au> Date: Wed, 13 Feb 2019 12:02:50 +1100 Subject: [PATCH] rename --- ...-script-url-create => download-id-shell-script-url-create} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/main/scripts/unix/{download-shell-script-url-create => download-id-shell-script-url-create} (97%) 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 cf34188..7c19bb2 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() { -- GitLab