Fix tsrun_time.prom permissions 31/181831/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 14 Sep 2017 12:48:24 +0000 (14:48 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 27 Sep 2017 16:58:34 +0000 (18:58 +0200)
Change-Id: Ied2a38c1dd0db7f97292e141004fb95266d00a1d

tsp/watchers/watch_target_queues.sh

index 53dfd80..4ff2028 100755 (executable)
@@ -36,4 +36,5 @@ do
     echo "${TIMES_NAME}{target=\"${ltarget}\"} $TIME" >> "$TIMES" #FIXME use real target instead of l-target
 done
 
+chmod 644 "$TIMES"
 mv "$TIMES" "$PROM_DIR/tsrun_times.prom"