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

@@ -1,5 +1,5 @@
#!/bin/sh
red='\e[1;31m%s\e[0m\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"