Clean up fabric sync log files upon exit to ensure a new log file is generated during the next run. (#35655)
* Cleanup fabric sync log files after exit
* Address review comment
* Restyled by whitespace
---------
Co-authored-by: Restyled.io <commits@restyled.io>
diff --git a/examples/fabric-admin/scripts/stop_fabric_sync.sh b/examples/fabric-admin/scripts/stop_fabric_sync.sh
index faa5c79..a03e188 100755
--- a/examples/fabric-admin/scripts/stop_fabric_sync.sh
+++ b/examples/fabric-admin/scripts/stop_fabric_sync.sh
@@ -21,4 +21,7 @@
# Remove /tmp/chip_* files and directories
rm -rf /tmp/chip_*
-echo "Removed /tmp/chip_* files and directories"
+echo "Removed /tmp/chip_* files and directories."
+rm /tmp/fabric_admin.log
+rm /tmp/fabric_bridge_app.log
+echo "Removed fabric sync log files."