Bootstrap/Pmodule/init_local_env.bash renamed

This commit is contained in:
2015-03-04 15:29:18 +01:00
parent 1aa3367ad7
commit 5c797ba005

View File

@@ -183,6 +183,7 @@ function init_pmodules_environment() {
"${dst}/${PMODULES_VERSION}" || die 1 "Error: setting sym-link failed!"
$DRY cp "${src}/.release-${PMODULES_VERSION}" "${dst}" || die 1 "Error: setting release failed!"
echo
if [[ -n "${ENV_USER}" ]]; then
echo "Changing user of new module environment to '${ENV_USER}'..."
$DRY chown -R "${ENV_USER}" "${target_dir}" || die 1 "Error: changing owner failed!"