mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
19 lines
258 B
PHP
19 lines
258 B
PHP
![]() |
if [ -n "$do_onexit" ]
|
||
|
then
|
||
|
$do_onexit
|
||
|
fi
|
||
|
|
||
|
if [ -n "$subdomain" -a -f "$profile" -a ${profileloaded:-0} -eq 1 ]
|
||
|
then
|
||
|
removeprofile
|
||
|
fi
|
||
|
|
||
|
if [ "$retaintmpdir" = "true" ]
|
||
|
then
|
||
|
echo "Files retained in: $tmpdir"
|
||
|
else
|
||
|
rm -rf $tmpdir
|
||
|
fi
|
||
|
|
||
|
exit $num_testfailures
|