blob: 5e01ca6ac0cb6f5d9c6856abb1435841db415478 [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