mirror of
https://github.com/casjaysdevdocker/mysql
synced 2025-09-18 09:57:48 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 20s
Some checks failed
release-tag / release-image (push) Failing after 20s
Dockerfile .env.scripts rootfs/root/docker/setup/03-files.sh rootfs/tmp/etc/nginx/nginx.conf rootfs/usr/local/etc/docker/init.d/00-mysqld.sh
This commit is contained in:
@@ -27,8 +27,8 @@ exitCode=0
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
symlink "/etc/mysql/my.cnf" "/etc/my.cnf"
|
||||
[ -d "/tmp/etc" ] && copy "/tmp/etc/." "/etc/"
|
||||
[ -f "/etc/mysql/my.cnf" ] && symlink "/etc/mysql/my.cnf" "/etc/my.cnf"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set the exit code
|
||||
exitCode=$?
|
||||
|
Reference in New Issue
Block a user