Update Changelog

This commit is contained in:
VirtuBox
2024-06-07 16:38:15 +02:00
parent e2a701f221
commit 486ce838f7
2 changed files with 16 additions and 4 deletions

View File

@@ -631,10 +631,6 @@ wo_upgrade_nginx() {
CHECK_NGINX_EE=$(dpkg --list | grep nginx-ee)
CHECK_PHP72=$(command -v php-fpm7.2)
# add new Nginx repository
# import the respository key for updates
curl -sL https://build.opensuse.org/projects/home:virtubox/public_key | apt-key add -
# install new nginx package
if {
if [ -n "$CHECK_NGINX_EE" ]; then