зеркало из https://github.com/Azure/azurehpc.git
fix logical test
This commit is contained in:
Родитель
e6f459ff0f
Коммит
c2c3b9b4b7
|
@ -68,7 +68,7 @@ azhpc-build -c $config_file $AZHPC_OPTION
|
|||
return_code=$?
|
||||
cat deploy*.json
|
||||
ls -al
|
||||
if [[ "$return_code" -ne "0" ] || [ "$show_logs" == "true" ]]; then
|
||||
if [[ "$return_code" -ne "0" ]] || [[ "$show_logs" == "true" ]]; then
|
||||
config_file_no_path=${config_file##*/}
|
||||
config_file_no_path_or_extension=${config_file_no_path%.*}
|
||||
tmp_dir=azhpc_install_$config_file_no_path_or_extension
|
||||
|
|
Загрузка…
Ссылка в новой задаче