We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753a1f6 commit cf31cd4Copy full SHA for cf31cd4
install/hst-install-debian.sh
@@ -737,8 +737,11 @@ fi
737
#----------------------------------------------------------#
738
739
if grep --quiet lxc /proc/1/environ; then
740
- systemctl stop apparmor
741
- systemctl disable apparmor
+ systemctl status apparmor
+ if [ $? = 0 ]; then
742
+ systemctl stop apparmor
743
+ systemctl disable apparmor
744
+ fi
745
fi
746
747
install/hst-install-ubuntu.sh
@@ -704,8 +704,11 @@ fi
704
705
706
707
708
709
710
711
712
713
714
0 commit comments