fixed msg for end of installation
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user