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 9ac8fc3 commit 3d5afacCopy full SHA for 3d5afac
install/hst-install-debian.sh
@@ -758,8 +758,7 @@ fi
758
#----------------------------------------------------------#
759
760
if grep --quiet lxc /proc/1/environ; then
761
- systemctl status apparmor
762
- if [ $? = 0 ]; then
+ if [ -f /etc/init.d/apparmor ]; then
763
systemctl stop apparmor
764
systemctl disable apparmor
765
fi
install/hst-install-ubuntu.sh
@@ -725,8 +725,7 @@ fi
725
726
727
728
729
730
731
732
0 commit comments