Changed location of post install scripts to be the scripts directory.

This commit is contained in:
Cormac Garvey 2019-07-31 09:36:26 -06:00
Родитель 80abdb454c
Коммит a34c3f4dd6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -569,7 +569,7 @@ if [ "$post_install_script" != "<no-post-install>" ]; then
done
fi
$azhpc_dir/post_install_scripts/$post_install_script "${post_install_args[@]}"
$azhpc_dir/scripts/$post_install_script "${post_install_args[@]}"
fi
status "cluster ready"