@ -67,11 +67,11 @@ EEAUTO()
;;
create|update)
COMPREPLY=( $( compgen -W "html php wpsingle wpsubdir wpsubdomain" -- $CURRENT ) )
COMPREPLY=( $( compgen -W "html php wp wpsubdir wpsubdomain" -- $CURRENT ) )
return 0
wpsingle|wpsubdir|wpsubdomain)
wp|wpsubdir|wpsubdomain)
COMPREPLY=( $( compgen -W "basic w3tc wpsc wpfc" -- $CURRENT ) )
@ -1199,7 +1199,7 @@ then
EESITENAME
# Creating Website $DOMAIN
NGINXCONF=wpsingle/basic.conf
NGINXCONF=wp/basic.conf
EEDOMAINSETUP
EEPERMISSION
@ -1211,7 +1211,7 @@ then
# Display Success Message
echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m"
elif [ "$3" = "wpsingle" ]
elif [ "$3" = "wp" ]
then
if [ "$4" = "basic" ]