blob: 75e3d0ce326c1d8997e49734106ff946ab30cf0c [file] [log] [blame]
Matt Spinlerb7e6e2e2022-08-02 13:22:33 -05001#!/usr/bin/env bash
2#
3# config: 2 20
4# @brief: Save the entity manager configuration
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="entity-manager configuration"
10file_name="em-system.json"
11
12if [ -e "/var/configuration/system.json" ]; then
13 command="cat /var/configuration/system.json"
14 add_cmd_output "$command" "$file_name" "$desc"
15fi