Skip to content

Commit a528b3f

Browse files
committed
Address review comment
1 parent a152b91 commit a528b3f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/fabric-admin/scripts/stop_fabric_sync.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ fi
2121

2222
# Remove /tmp/chip_* files and directories
2323
rm -rf /tmp/chip_*
24-
rm -rf /tmp/*.log
25-
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."
28+

0 commit comments

Comments
 (0)