fixed msg for end of installation

This commit is contained in:
2020-08-13 12:51:00 +02:00
parent 213f120677
commit 9fc7e8722e
3 changed files with 3 additions and 3 deletions

View File

@@ -245,4 +245,4 @@ systemctl reload fail2ban
##-------## ##-------##
msg " Added CMS!" msg " Added CMS!"
for f in /etc/update-motd.d/51*; do [ -e "$f" ] && bash /etc/update-motd.d/51*; done for f in /etc/update-motd.d/51*; do bash $f; done

View File

@@ -259,4 +259,4 @@ done
##-------## ##-------##
msg " Added Module!" msg " Added Module!"
for f in /etc/update-motd.d/51*; do [ -e "$f" ] && bash /etc/update-motd.d/51*; done for f in /etc/update-motd.d/51*; do bash $f; done

View File

@@ -585,4 +585,4 @@ systemctl reload sshd fail2ban postfix postfix@-
##-------## ##-------##
msg " Done installing!" msg " Done installing!"
for f in /etc/update-motd.d/51*; do [ -e "$f" ] && bash /etc/update-motd.d/51*; done for f in /etc/update-motd.d/51*; do bash $f; done