From e89d270e7b98d496de1fe4683f086d1a560c52f2 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 29 Apr 2024 14:28:05 +0000 Subject: [PATCH] update src/DEBIAN/postinst. Signed-off-by: shenmo --- src/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DEBIAN/postinst b/src/DEBIAN/postinst index 4008294..74764ae 100755 --- a/src/DEBIAN/postinst +++ b/src/DEBIAN/postinst @@ -30,7 +30,7 @@ if [ "$apparmor_status" == "active" ]; then systemctl reload apparmor else - echo "AppArmor 服务没有运行。无需冲在配置" + echo "AppArmor 服务没有运行。无需重载配置" fi true