blob: 75e3d0ce326c1d8997e49734106ff946ab30cf0c [file] [log] [blame]
#!/usr/bin/env bash
#
# config: 2 20
# @brief: Save the entity manager configuration
#
. $DREPORT_INCLUDE/functions
desc="entity-manager configuration"
file_name="em-system.json"
if [ -e "/var/configuration/system.json" ]; then
command="cat /var/configuration/system.json"
add_cmd_output "$command" "$file_name" "$desc"
fi