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

@@ -585,4 +585,4 @@ systemctl reload sshd fail2ban postfix postfix@-
##-------##
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