fixed displaying setup notify at end of setup
This commit is contained in:
@@ -234,4 +234,4 @@ fi
|
|||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg " Added CMS!"
|
msg " Added CMS!"
|
||||||
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
|
||||||
@@ -259,4 +259,4 @@ done
|
|||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg " Added Module!"
|
msg " Added Module!"
|
||||||
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
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
red='\e[1;31m%s\e[0m\n'
|
red='\e[1;31m%s\e[0m\n'
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf $red "Please run wordpress-init.sh after the first wordpress login"
|
printf $red "Please run bash ~/wordpress-init.sh after the first wordpress login"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
@@ -579,4 +579,4 @@ systemctl reload sshd postfix postfix@-
|
|||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg " Done installing!"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user