mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
configure fix.
This commit is contained in:
parent
0a9830fae2
commit
b435bc7821
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -69,7 +69,7 @@ generate() {
|
||||||
path="${ROOT:?}/apparmor.d/profiles/$profile"
|
path="${ROOT:?}/apparmor.d/profiles/$profile"
|
||||||
if [[ ! -f "$path" ]]; then
|
if [[ ! -f "$path" ]]; then
|
||||||
_warning "Profile $profile not found"
|
_warning "Profile $profile not found"
|
||||||
contine
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If flags is set, overwrite profile flag
|
# If flags is set, overwrite profile flag
|
||||||
|
|
Loading…
Reference in a new issue