Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Dec 5, 2018
1 parent bad773a commit e9c68da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# License and version
SERIAL=GPL
KEY=GPL
VER=6.0.15
VER=6.0.16
vm_version=6

# Currently supported systems:
Expand Down Expand Up @@ -898,7 +898,7 @@ disable_selinux () {
seconfigfiles="/etc/selinux/config /etc/sysconfig/selinux"
for i in $seconfigfiles; do
if [ -e "$i" ]; then
perl -pi -e 's/^SELINUX=.*/SELINUX=disabled/" "$i"
perl -pi -e 's/^SELINUX=.*/SELINUX=disabled/' "$i"
fi
done
}
Expand Down

0 comments on commit e9c68da

Please sign in to comment.