This commit is contained in:
Xavier Pillons 2020-05-07 11:34:19 +02:00
Родитель a41c74cf3a
Коммит 2af182c14b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -67,7 +67,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