add complete messages when finished.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7298 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
12c761c01a
commit
dca96ad66e
@ -54,6 +54,7 @@ foreach my $table (@output)
|
||||
}
|
||||
|
||||
}
|
||||
xCAT::MsgUtils->message("I", "Backup Complete.");
|
||||
exit $rc;
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
@ -70,6 +70,7 @@ foreach my $table (@files)
|
||||
}
|
||||
}
|
||||
closedir DIRPATH;
|
||||
xCAT::MsgUtils->message("I", "Restore of Database Complete.");
|
||||
exit $rc;
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user