Add wo stack upgrade --ngxblocker

This commit is contained in:
VirtuBox
2019-10-30 12:06:42 +01:00
parent 8fd202af3c
commit 7d28d66d11
3 changed files with 102 additions and 42 deletions

View File

@@ -145,7 +145,7 @@ if [ -z "$1" ]; then
echo -e "${CGREEN}#############################################${CEND}"
echo -e ' wo stack upgrade '
echo -e "${CGREEN}#############################################${CEND}"
stack_upgrade='nginx php php73 mysql redis netdata dashboard phpmyadmin composer'
stack_upgrade='nginx php php73 mysql redis netdata dashboard phpmyadmin composer ngxblocker'
for stack in $stack_upgrade; do
echo -ne " Upgrading $stack [..]\r"
if {