mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 23:31:50 +02:00
EPP server attempt to fix a MySQL error
This commit is contained in:
parent
994b82ce20
commit
6b53150a19
3 changed files with 12 additions and 11 deletions
|
@ -145,10 +145,10 @@ fi
|
|||
# Determine PHP configuration files based on OS and version
|
||||
if [[ "$OS" == "Ubuntu" && "$VER" == "24.04" ]]; then
|
||||
phpIniFpm='/etc/php/8.3/fpm/php.ini'
|
||||
PHP_VERSION="php8.3"
|
||||
PHP_VERSION="php8.3"
|
||||
else
|
||||
phpIniFpm='/etc/php/8.2/fpm/php.ini'
|
||||
PHP_VERSION="php8.2"
|
||||
PHP_VERSION="php8.2"
|
||||
fi
|
||||
|
||||
# Update php.ini files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue