Update changelog
This commit is contained in:
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
- Import rtCamp:EasyEngine GPG key to avoid issues with previous nginx repository
|
||||
- Unable to issue certificate for a domain if a subdomain certificate exist
|
||||
- Incorrect WP-CLI path site_url_https function
|
||||
- `wo stack upgrade --ngxblocker` not working properly
|
||||
|
||||
### v3.10.1 - 2019-10-30
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ wo info
|
||||
echo -e "${CGREEN}#############################################${CEND}"
|
||||
echo -e ' wo stack purge '
|
||||
echo -e "${CGREEN}#############################################${CEND}"
|
||||
stack_purge='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis ufw ngxblocker cheat'
|
||||
stack_purge='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis ufw ngxblocker cheat nanorc'
|
||||
for stack in $stack_purge; do
|
||||
echo -ne " purging $stack [..]\r"
|
||||
if {
|
||||
|
||||
Reference in New Issue
Block a user