mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-13 10:38:05 +08:00
Update build_backend.sh
This commit is contained in:
parent
c08908c77d
commit
6cf5b579e7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue