Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Apr 27, 2016
1 parent ceb3d64 commit 91e6c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installers/ssa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -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')"

Expand Down

0 comments on commit 91e6c4c

Please sign in to comment.