Skip to content

Commit 5dc91f3

Browse files
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>
1 parent 70cfc89 commit 5dc91f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/fabric-admin/scripts/stop_fabric_sync.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ fi
2121

2222
# Remove /tmp/chip_* files and directories
2323
rm -rf /tmp/chip_*
24-
echo "Removed /tmp/chip_* files and directories"
24+
echo "Removed /tmp/chip_* files and directories."
25+
rm /tmp/fabric_admin.log
26+
rm /tmp/fabric_bridge_app.log
27+
echo "Removed fabric sync log files."

0 commit comments

Comments
 (0)