From 6cf5b579e72897e169c6be52f4ac6ca363ac430a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:47:25 +0800 Subject: [PATCH] Update build_backend.sh --- scripts/build_backend.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build_backend.sh b/scripts/build_backend.sh index 8a02b8b..d4cbbc5 100644 --- a/scripts/build_backend.sh +++ b/scripts/build_backend.sh @@ -1,7 +1,7 @@ #!/bin/bash # from # https://github.com/spiritLHLS/pve -# 2023.06.24 +# 2023.06.26 # 打印信息 _red() { echo -e "\033[31m\033[01m$@\033[0m"; } @@ -99,6 +99,6 @@ if ! lsmod | grep -q apparmor; then modprobe apparmor fi if ! lsmod | grep -q apparmor; then - _yellow "AppArmor is still not loaded, please wait 1 minute, then execute reboot to reboot the system to load" - _yellow "AppArmor 仍未加载,请等待1分钟,然后执行 reboot 重新启动系统加载" + _yellow "AppArmor is still not loaded, please execute reboot to reboot the system to load" + _yellow "AppArmor 仍未加载,请执行 reboot 重新启动系统加载" fi