mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:30:00 -04:00
cleanup ddns.key after nsupdate test
This commit is contained in:
parent
0ce9fba8f0
commit
72cfcb48a7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,14 +15,14 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.15 2009/07/30 15:11:41 each Exp $
|
||||
# $Id: clean.sh,v 1.16 2009/10/27 05:57:06 each Exp $
|
||||
|
||||
#
|
||||
# Clean up after zone transfer tests.
|
||||
#
|
||||
|
||||
rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1.after ns1/*.jnl ns2/*.jnl \
|
||||
ns1/example.db ns1/update.db ns1/other.db
|
||||
ns1/example.db ns1/update.db ns1/other.db ns1/ddns.key
|
||||
rm -f random.data
|
||||
rm -f ns2/example.bk
|
||||
rm -f ns2/update.bk
|
||||
|
|
|
|||
Loading…
Reference in a new issue