Browse Source

fixed typos

Bachir Soussi Chiadmi 4 years ago
parent
commit
29dcf0aef4
5 changed files with 6 additions and 7 deletions
  1. 1 1
      bin/knockd.sh
  2. 1 1
      bin/lemp.sh
  3. 1 1
      bin/zabbix.sh
  4. 1 1
      install.sh
  5. 2 3
      readme.md

+ 1 - 1
bin/knockd.sh

@@ -34,7 +34,7 @@ ufw_installed=$(apk list -I | grep "ufw")
 if ! $ufw_installed; then
   echo -n "ufw installed"
 else
-  . bin/ufw.sh
+  #. bin/ufw.sh
 fi
 
 mv /etc/knockd.conf /etc/knockd.conf.ori

+ 1 - 1
bin/lemp.sh

@@ -38,7 +38,7 @@ sleep 3
 apk add mariadb mariadb-client mariadb-common
 
 # https://bugs.alpinelinux.org/issues/9046
-echo -n "are Maridb databases strored in a zfs file system? [y|n] "
+echo -n "are Maridb databases strored in a zfs file system (eg. through proxmox container)? [y|n] "
 read yn
 if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
   echo -e "Stick with mariadb 10.1.x due to incompatibility of newer version with zfs"

+ 1 - 1
bin/zabbix.sh

@@ -88,7 +88,7 @@ mkdir /etc/zabbix/zabbix_agentd.scripts
 cp "$_assets"/zabbix/scripts/nginx-stat.py /etc/zabbix/zabbix_agentd.scripts/
 chmod +x /etc/zabbix/zabbix_agentd.scripts/nginx-stat.py
 
-echo -n "This is box is a proxmox CT? [Y|n] "
+echo -n "Is This box a proxmox CT? [Y|n] "
 read yn
 yn=${yn:-y}
 if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then

+ 1 - 1
install.sh

@@ -34,7 +34,7 @@ _cwd="$(pwd)"
 . bin/email.sh
 . bin/lemp.sh
 . bin/mysqlbackup.sh
-  whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
+  while [ "$vh" != "y" ] && [ "$vh" != "n" ]
   do
     echo -n "Should we install a vhost? [y|n] "
     read vh

+ 2 - 3
readme.md

@@ -20,16 +20,15 @@ each alpine linux stable release has it's branch (master is a clone of the last
 - [x] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
 - [x] mysql backups
 - [x] php7-fpm (7.2)
+- [x] redis
 - [x] Nginx
 - [x] drush
 - [x] composer
-- [x] letsencrypt
 - [x] vhosts
-- [x] redis
+- [x] letsencrypt
 - [x] zabbix-agent (3.4 || 4)
 - [x] urbackup-client
 - [x] passwd generator
-- [x] urbackup
 - [ ] solr
 - [ ] git barre repos
 - [ ] Proftpd