зеркало из https://github.com/Azure/azurehpc.git
Changed location of post install scripts to be the scripts directory.
This commit is contained in:
Родитель
80abdb454c
Коммит
a34c3f4dd6
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче