Matt Spinler | b7e6e2e | 2022-08-02 13:22:33 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # config: 2 20 |
| 4 | # @brief: Save the entity manager configuration |
| 5 | # |
| 6 | |
| 7 | . $DREPORT_INCLUDE/functions |
| 8 | |
| 9 | desc="entity-manager configuration" |
| 10 | file_name="em-system.json" |
| 11 | |
| 12 | if [ -e "/var/configuration/system.json" ]; then |
Patrick Williams | 9d26e4f | 2022-12-08 06:46:44 -0600 | [diff] [blame] | 13 | command="cat /var/configuration/system.json" |
| 14 | add_cmd_output "$command" "$file_name" "$desc" |
Matt Spinler | b7e6e2e | 2022-08-02 13:22:33 -0500 | [diff] [blame] | 15 | fi |