diff --git a/setup-powerdns.sh b/setup-powerdns.sh index d23c02a..c2066f2 100755 --- a/setup-powerdns.sh +++ b/setup-powerdns.sh @@ -4,10 +4,10 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" echo -echo -e "${idsCL[Yellow]}PowerDNS MAster & Slave Setup${idsCL[Default]}" +echo -e "${idsCL[Yellow]}PowerDNS Master & Slave Setup${idsCL[Default]}" DIVIDER echo -echo + while [ $# -gt 0 ]; do case "$1" in -mysql-username) user=${2};;