Merge "Fix ping_results_*.log file name"

This commit is contained in:
Zuul 2022-03-07 13:31:25 +00:00 committed by Gerrit Code Review
commit 9ca63da41f
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ fi
# we will make the awk wait until this ping exits as it will hold
# the output pipes. So again &>> instead of >> is necessary.
ping -D ${VM_IP} &>> ~/ping_results_$(date +%Y%m%d%H%M).log &
ping -D ${VM_IP} &>> ~/ping_results_$(date +%Y%m%d%H%M%S).log &