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

rootfs/root/docker/setup/03-files.sh
This commit is contained in:
casjay 2024-09-12 17:42:14 -04:00
parent 50df422cfd
commit 5d601c28a6
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -85,6 +85,6 @@ unset data
[ -d "/app" ] && mv -f "/app" "/usr/share/enclosed" [ -d "/app" ] && mv -f "/app" "/usr/share/enclosed"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code # Set the exit code
exitCode=o exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exit $exitCode exit $exitCode