Fix merging of -datasource.json files

The merge was missing a new line at the end of the merge, so only
the first datasource was being put into the ConfigMap.
This commit is contained in:
Valdis Rigdon
2017-10-13 11:55:56 -04:00
parent f8c48a976a
commit 7eed244db7

View File

@@ -199,6 +199,7 @@ addArrayToConfigMap() {
# Dashboard foot
test "$type" = "dashboard" && cat $DASHBOARD_FOOT_FILE
[ "$(tail -c 1 "$file")" ] && echo
done
echo "---"