Fix stack status

This commit is contained in:
VirtuBox
2023-09-19 18:33:59 +02:00
parent e12d076c7b
commit ebe051e7cc
2 changed files with 1 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ class WOStackUpgradeController(CementBaseController):
(['--nginx'],
dict(help='Upgrade Nginx stack', action='store_true')),
(['--php'],
dict(help='Upgrade PHP 7.2 stack', action='store_true')),
dict(help='Upgrade PHP stack', action='store_true')),
(['--mysql'],
dict(help='Upgrade MySQL stack', action='store_true')),
(['--mariadb'],