update src/DEBIAN/postinst.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-04-29 14:28:05 +00:00 committed by Gitee
parent d6dbc62e72
commit e89d270e7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -30,7 +30,7 @@ if [ "$apparmor_status" == "active" ]; then
systemctl reload apparmor
else
echo "AppArmor 服务没有运行。无需冲在配置"
echo "AppArmor 服务没有运行。无需重载配置"
fi
true