diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a2c60..d1ab833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Installation on raspberry pi 4 - Fail2ban configuration when Nginx is not installed - ### v3.11.4 - 2020-01-17 #### Fixed diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 43c91f5..71e02d6 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -142,7 +142,7 @@ class WOStackController(CementBaseController): if pargs.web: pargs.nginx = True - pargs.php72 = True + pargs.php73 = True pargs.mysql = True pargs.wpcli = True pargs.sendmail = True @@ -587,7 +587,7 @@ class WOStackController(CementBaseController): if pargs.web: pargs.nginx = True - pargs.php72 = True + pargs.php73 = True pargs.mysql = True pargs.wpcli = True pargs.sendmail = True @@ -898,7 +898,7 @@ class WOStackController(CementBaseController): if pargs.web: pargs.nginx = True - pargs.php72 = True + pargs.php73 = True pargs.mysql = True pargs.wpcli = True pargs.sendmail = True