From 3ad27468691163fab1831cf03485c87c5fe9077d Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Mon, 12 Dec 2016 18:31:05 -0500 Subject: [PATCH] Remove redundant PID suffix on filename --- lib/md_tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/md_tools.sh b/lib/md_tools.sh index 1249787..f6b85d6 100755 --- a/lib/md_tools.sh +++ b/lib/md_tools.sh @@ -166,8 +166,8 @@ getEntityFromServer () { echo "ERROR: $FUNCNAME: temp directory does not exist: $tmp_dir" >&2 return 2 fi - tmp_response_file="$tmp_dir/mdq_response_$$.txt" - tmp_log_file="$tmp_dir/mdq_log_$$.txt" + tmp_response_file="$tmp_dir/mdq_response.txt" + tmp_log_file="$tmp_dir/mdq_log.txt" # make sure there is one (and only one) command-line argument shift $(( OPTIND - 1 ))