Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-05-04 19:18:33 +02:00 committed by GitHub
parent 2240254e94
commit 5f95d7ebac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,3 +28,7 @@ echo "📥 Updating docker-compose.yml file for new domains.."
cp /etc/openpanel/docker/compose/1.0/.env /etc/openpanel/docker/compose/1.0/127.env
wget -O /etc/openpanel/docker/compose/1.0/.env https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/docker/compose/1.0/.env
echo ""
echo "Changing collation to domains table to allow IDN characters.."
mysql -e "ALTER TABLE domains CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"