Files
VPS-scripts_Web-V2/CMS/wordpress/MotdWordpress

5 lines
147 B
Bash

#!/bin/sh
red='\e[1;31m%s\e[0m\n'
printf "\n"
printf $red "Please run bash ~/WordpressInit-SITEname.sh after the first wordpress login"
printf "\n"