From 8dffef196bb86b6f662b4d1889f669d27eecc7e0 Mon Sep 17 00:00:00 2001 From: Boris Dolgov Date: Wed, 12 Jun 2013 19:27:02 +0400 Subject: [PATCH 1/2] Fixed a typo in v-add-domain --- bin/v-add-domain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-add-domain b/bin/v-add-domain index 24a9194e3..d7de66891 100755 --- a/bin/v-add-domain +++ b/bin/v-add-domain @@ -47,7 +47,7 @@ if [ -z "$ip" ]; then fi fi -# Web dmain +# Web domain if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then $BIN/v-add-web-domain $user $domain $ip retun_code=$? From 5ed17f84b8e6480fb1189d5ce91aaf8be7672959 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 13 Jun 2013 11:14:58 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d65378fd..d0fdbe4c9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [Vesta Control Panel](http://vestacp.com/) ================================================== -* Vesta is the open source hosting control panel. -* Vesta is the clean and focused interface without the clutter. -* Vesta is the latest very innovative technologies. +* Vesta is an open source hosting control panel. +* Vesta has a clean and focused interface without the clutter. +* Vesta has the latest of very innovative technologies. How to install @@ -13,7 +13,7 @@ Connect to your server as root via SSH ssh root@your.server ``` -Download installation script +Download the installation script ```bash curl -O http://vestacp.com/pub/vst-install.sh ```