fixed typos
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ ufw_installed=$(apk list -I | grep "ufw")
|
|||||||
if ! $ufw_installed; then
|
if ! $ufw_installed; then
|
||||||
echo -n "ufw installed"
|
echo -n "ufw installed"
|
||||||
else
|
else
|
||||||
. bin/ufw.sh
|
#. bin/ufw.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mv /etc/knockd.conf /etc/knockd.conf.ori
|
mv /etc/knockd.conf /etc/knockd.conf.ori
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@ sleep 3
|
|||||||
apk add mariadb mariadb-client mariadb-common
|
apk add mariadb mariadb-client mariadb-common
|
||||||
|
|
||||||
# https://bugs.alpinelinux.org/issues/9046
|
# 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
|
read yn
|
||||||
if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
|
if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
|
||||||
echo -e "Stick with mariadb 10.1.x due to incompatibility of newer version with zfs"
|
echo -e "Stick with mariadb 10.1.x due to incompatibility of newer version with zfs"
|
||||||
|
|||||||
+1
-1
@@ -88,7 +88,7 @@ mkdir /etc/zabbix/zabbix_agentd.scripts
|
|||||||
cp "$_assets"/zabbix/scripts/nginx-stat.py /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
|
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
|
read yn
|
||||||
yn=${yn:-y}
|
yn=${yn:-y}
|
||||||
if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
|
if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@ _cwd="$(pwd)"
|
|||||||
. bin/email.sh
|
. bin/email.sh
|
||||||
. bin/lemp.sh
|
. bin/lemp.sh
|
||||||
. bin/mysqlbackup.sh
|
. bin/mysqlbackup.sh
|
||||||
whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
|
while [ "$vh" != "y" ] && [ "$vh" != "n" ]
|
||||||
do
|
do
|
||||||
echo -n "Should we install a vhost? [y|n] "
|
echo -n "Should we install a vhost? [y|n] "
|
||||||
read vh
|
read vh
|
||||||
|
|||||||
@@ -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] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
|
||||||
- [x] mysql backups
|
- [x] mysql backups
|
||||||
- [x] php7-fpm (7.2)
|
- [x] php7-fpm (7.2)
|
||||||
|
- [x] redis
|
||||||
- [x] Nginx
|
- [x] Nginx
|
||||||
- [x] drush
|
- [x] drush
|
||||||
- [x] composer
|
- [x] composer
|
||||||
- [x] letsencrypt
|
|
||||||
- [x] vhosts
|
- [x] vhosts
|
||||||
- [x] redis
|
- [x] letsencrypt
|
||||||
- [x] zabbix-agent (3.4 || 4)
|
- [x] zabbix-agent (3.4 || 4)
|
||||||
- [x] urbackup-client
|
- [x] urbackup-client
|
||||||
- [x] passwd generator
|
- [x] passwd generator
|
||||||
- [x] urbackup
|
|
||||||
- [ ] solr
|
- [ ] solr
|
||||||
- [ ] git barre repos
|
- [ ] git barre repos
|
||||||
- [ ] Proftpd
|
- [ ] Proftpd
|
||||||
|
|||||||
Reference in New Issue
Block a user