From 16c0cd4cfb81f25e002dc7feb472a1c0b7d05340 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:26:04 +0800 Subject: [PATCH] Update build_backend.sh --- build_backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_backend.sh b/build_backend.sh index 83a36da..40f37cf 100644 --- a/build_backend.sh +++ b/build_backend.sh @@ -57,5 +57,5 @@ if ! lsmod | grep -q apparmor; then modprobe apparmor fi if ! lsmod | grep -q apparmor; then - _yellow "AppArmor 仍未加载,需要重新启动系统加载" + _yellow "AppArmor 仍未加载,需要执行 reboot 重新启动系统加载" fi