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 3d5afac commit b895abdCopy full SHA for b895abd
install/hst-install-debian.sh
@@ -759,8 +759,8 @@ fi
759
760
if grep --quiet lxc /proc/1/environ; then
761
if [ -f /etc/init.d/apparmor ]; then
762
- systemctl stop apparmor
763
- systemctl disable apparmor
+ systemctl stop apparmor > /dev/null 2>&1
+ systemctl disable apparmor > /dev/null 2>&1
764
fi
765
766
install/hst-install-ubuntu.sh
@@ -726,8 +726,8 @@ fi
726
727
728
729
730
731
732
733
0 commit comments