🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 4m39s

rootfs/root/docker/setup/06-post.sh
This commit is contained in:
casjay
2024-09-07 21:44:04 -04:00
parent e0ca32bfcc
commit f2fa67e349

View File

@@ -27,7 +27,7 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
[ -d "/tmp/etc" ] && cp -Rf "/tmp/etc"/* "/usr/local/share/template-files/defaults/"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?