🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/05-custom.sh
This commit is contained in:
casjay
2024-08-11 21:08:39 -04:00
parent 9561acbebb
commit 2bad19b783
3 changed files with 6 additions and 7 deletions

View File

@@ -27,7 +27,8 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
copy "/tmp/etc/." "/etc/"
symlink "/etc/mysql/my.cnf" "/etc/my.cnf"
[ -d "/tmp/etc" ] && copy "/tmp/etc/." "/etc/"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?