Skip to content

Commit

Permalink
We don't need to tell people about setenforce
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Dec 15, 2017
1 parent 6c64b4b commit 8a3daf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ install_virtualmin_release () {
if [ -x /usr/sbin/setenforce ]; then
log_debug "Disabling SELinux during installation..."
if /usr/sbin/setenforce 0; then log_debug " setenforce 0 succeeded"
else log_warning " setenforce 0 failed: $?"
else log_debug " setenforce 0 failed: $?"
fi
fi
package_type="rpm"
Expand Down

0 comments on commit 8a3daf0

Please sign in to comment.