Browse Source

Fix If Statements

old-stable
Mitesh Shah 12 years ago
parent
commit
7059a17cc2
  1. 6
      usr/local/sbin/easyengine

6
usr/local/sbin/easyengine

@ -953,7 +953,7 @@ then
elif [ "$2" = "create" ] elif [ "$2" = "create" ]
then then
if [ "$3" = "html"] if [ "$3" = "html" ]
then then
# Check SITENAME Is Empty Or Not # Check SITENAME Is Empty Or Not
@ -973,7 +973,7 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m" echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m"
elif [ "$3" = "php"] elif [ "$3" = "php" ]
then then
# Check SITENAME Is Empty Or Not # Check SITENAME Is Empty Or Not
@ -993,7 +993,7 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m" echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m"
elif [ "$3" = "wpsingle"] elif [ "$3" = "wpsingle" ]
then then
if [ "$4" = "basic" ] if [ "$4" = "basic" ]

Loading…
Cancel
Save