Skip to content
Snippets Groups Projects
Commit 7645cb3f authored by felmer's avatar felmer
Browse files

DMV-13 append output in data-completed script

SVN: 6133
parent 0394fbbd
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ FILE_PATH=$1 ...@@ -2,4 +2,4 @@ FILE_PATH=$1
if [ $# -eq 2 ]; then if [ $# -eq 2 ]; then
FILE_PATH=$2:$FILE_PATH FILE_PATH=$2:$FILE_PATH
fi fi
echo Data complete: $FILE_PATH > data-completed-info.txt echo Data complete: $FILE_PATH >> data-completed-info.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment