diff --git a/quickget b/quickget index cc5b987..37275b3 100755 --- a/quickget +++ b/quickget @@ -27,6 +27,14 @@ function cleanup() { fi } +function os_credentials() { + local SIMPLE_NAME="" + local CREDE="" + SIMPLE_NAME="${1}" + CREDE=$(os_info "${SIMPLE_NAME}" | cut -d'|' -f3) + echo "${CREDE}" +} + if [ "${1}" == '--test-iso-url' ] || [ "${1}" == '-t' ]; then test_iso_url="on" if [ -n "$4" ]; then