mirror of
https://github.com/casjaysdevdocker/enclosed
synced 2024-11-21 17:23:10 -05:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 2m22s
All checks were successful
release-tag / release-image (push) Successful in 2m22s
rootfs/root/docker/setup/03-files.sh
This commit is contained in:
parent
50df422cfd
commit
5d601c28a6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user