Added some indentation and structural improvements to the existing glidein_startup.sh script to ensure consistency and promote better readability of code, respectively.
Note that these changes do not modify the existing logic/behavior, so the underlying logic of the glidein startup process is preserved from before.
Fixed a couple of bugs:
protected against empty path (some sites empty it before starting the Glidein)
Fixed params_get_simple bug, it was not getting the first and last param in the list
This PR supersedes PR #365 I moved back customization variables on top and some context variables and could not push to the base branch
Added some indentation and structural improvements to the existing glidein_startup.sh script to ensure consistency and promote better readability of code, respectively. Note that these changes do not modify the existing logic/behavior, so the underlying logic of the glidein startup process is preserved from before.
Fixed a couple of bugs:
This PR supersedes PR #365 I moved back customization variables on top and some context variables and could not push to the base branch