From a34c3f4dd623fe631bd00e43a863de5d1d70e042 Mon Sep 17 00:00:00 2001 From: Cormac Garvey Date: Wed, 31 Jul 2019 09:36:26 -0600 Subject: [PATCH] Changed location of post install scripts to be the scripts directory. --- libexec/azhpc-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/azhpc-build.sh b/libexec/azhpc-build.sh index 26f1445e..08125d5a 100755 --- a/libexec/azhpc-build.sh +++ b/libexec/azhpc-build.sh @@ -569,7 +569,7 @@ if [ "$post_install_script" != "" ]; 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"