Skip to content

Commit e9c68da

Browse files
committed
Typo
1 parent bad773a commit e9c68da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

virtualmin-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# License and version
1919
SERIAL=GPL
2020
KEY=GPL
21-
VER=6.0.15
21+
VER=6.0.16
2222
vm_version=6
2323

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

0 commit comments

Comments
 (0)