pull/109/head
midoks 3 years ago
parent 55c8dbc1bd
commit 202ccb56d9
  1. 2
      scripts/update/centos.sh
  2. 2
      scripts/update/fedora.sh

@ -5,7 +5,7 @@ LANG=en_US.UTF-8
if [ -f /etc/motd ];then
echo "Welcome to mdserver-web panel" > /etc/motd
echo "welcome to mdserver-web panel" > /etc/motd
fi
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config

@ -5,7 +5,7 @@ LANG=en_US.UTF-8
if [ -f /etc/motd ];then
echo "Welcome to mdserver-web panel" > /etc/motd
echo "welcome to mdserver-web panel" > /etc/motd
fi
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config

Loading…
Cancel
Save