mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
pf tests: Remove temporary files
Remove the created_jails.lst and created_interfaces.lst files in the cleanup code.
This commit is contained in:
parent
57d465298a
commit
96b90524d1
@ -56,6 +56,7 @@ pft_cleanup()
|
||||
do
|
||||
jail -r ${jailname}
|
||||
done
|
||||
rm created_jails.lst
|
||||
fi
|
||||
|
||||
if [ -f created_interfaces.lst ]; then
|
||||
@ -63,5 +64,6 @@ pft_cleanup()
|
||||
do
|
||||
ifconfig ${ifname} destroy
|
||||
done
|
||||
rm created_interfaces.lst
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user