From 202ccb56d9d2beae6ddfd61001e6bdc061971483 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 23:35:15 +0800 Subject: [PATCH] up --- scripts/update/centos.sh | 2 +- scripts/update/fedora.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update/centos.sh b/scripts/update/centos.sh index 35e6b6aa8..5074eaa83 100755 --- a/scripts/update/centos.sh +++ b/scripts/update/centos.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 diff --git a/scripts/update/fedora.sh b/scripts/update/fedora.sh index 35e6b6aa8..5074eaa83 100644 --- a/scripts/update/fedora.sh +++ b/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