From 91e6c4c91276234c808aed3fffe502d4cef1e426 Mon Sep 17 00:00:00 2001 From: Aleksey Nemiro Date: Wed, 27 Apr 2016 12:18:51 +0300 Subject: [PATCH] Fixed typos --- installers/ssa | 4 ++-- run | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installers/ssa b/installers/ssa index f70298f..7b1ca33 100644 --- a/installers/ssa +++ b/installers/ssa @@ -107,12 +107,12 @@ InstallSSA() PackageInstall "subversion" -confirm=false Line - if ! PackageInstall php7 && ! PackageInstall php7.0; then + if ! PackageExists php7 && ! PackageExists php7.0; then PackageInstall "php5" -confirm=false Line fi - if ! PackageInstall php7-fpm && ! PackageInstall php7.0-fpm; then + if ! PackageExists php7-fpm && ! PackageExists php7.0-fpm; then PackageInstall "php5-fpm" -confirm=false Line fi diff --git a/run b/run index e8b5e4c..0a89c14 100644 --- a/run +++ b/run @@ -431,7 +431,7 @@ if [[ -n "$HTAN_INSTALLED" ]]; then ServerInfo "--------------------------------------------\n\n" fi -ServerInfo "\n\nDomain registration:\nhttp://www.reg.ru/?rid=76963" +ServerInfo "Domain registration:\nhttp://www.reg.ru/?rid=76963" ServerInfo "\nVDS hosting:\nhttps://en.ihor.ru/vds?from=112887" ServerInfo "\n\n-- \nCreated by HTAN v$HTAN_VERSION, $(date +'%d.%m.%Y')"