fixed displaying setup notify at end of setup

This commit is contained in:
2020-07-31 12:08:50 +02:00
parent 1171e84177
commit d531b27b0b
4 changed files with 4 additions and 4 deletions

View File

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