General fixes

This commit is contained in:
eroncero
2025-08-18 16:33:16 +02:00
parent 69b7243685
commit 29aa1f2d40
5 changed files with 32 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/sh
chown -R mysql:mysql /run/mysql
chown -R mysql:mysql /var/lib/mysql
/bin/sh /entrypoint/install-packages.sh
chown -R mysql:mysql /run/mysqld
chown -R mysql:mysql /var/lib/mysql
service mariadb start
# Run the CMD that was passed (or default)