rc.apparmor.functions: mark intentionally unused variable as dummy

Thanks, shellcheck!
This commit is contained in:
intrigeri 2022-02-13 07:20:46 +00:00
parent 2e0fb86a94
commit fb94661937

View file

@ -217,7 +217,7 @@ apparmor_start() {
fi fi
# if there is anything in the profiles file don't load # if there is anything in the profiles file don't load
if ! read -r line < "$SFS_MOUNTPOINT/profiles"; then if ! read -r _line < "$SFS_MOUNTPOINT/profiles"; then
parse_profiles load parse_profiles load
else else
aa_log_skipped_msg ": already loaded with profiles." aa_log_skipped_msg ": already loaded with profiles."