Skip to content

Commit 6047a18

Browse files
committed
scripts/generate_dump: Fix duplicate generate_dump entry
* Replace incorrect removal of 'sonic_dump' with 'generate_dump' Signed-off-by: Yi Xu Yi.Xu@lumentum.com Signed-off-by: Yi Xu <Yi.Xu@lumentum.com>
1 parent cbb31f0 commit 6047a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2394,7 +2394,7 @@ main() {
23942394
# Start with this script so its obvious what code is responsible
23952395
$LN $V -s /usr/local/bin/generate_dump $TARDIR
23962396
$TAR $V -chf $TARFILE -C $DUMPDIR $BASE
2397-
$RM $V -f $TARDIR/sonic_dump
2397+
$RM $V -f $TARDIR/generate_dump
23982398

23992399
# Start populating timing data
24002400
echo $BASE > $TECHSUPPORT_TIME_INFO

0 commit comments

Comments
 (0)