🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/04-users.sh
This commit is contained in:
casjay
2024-09-04 14:55:50 -04:00
parent 2774bf2647
commit 1b3b6a5122

View File

@@ -21,7 +21,6 @@
# Set bash options
set -o pipefail
set -o errexit
set -o nounset
set -o verbose
set -o xtrace
[ "$DEBUGGER" = "on" ] && echo "Enabling debugging" && set -x$DEBUGGER_OPTIONS