🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/04-users.sh
This commit is contained in:
casjay
2024-10-12 20:46:11 -04:00
parent c71cf21b00
commit 7ef60e3d37

View File

@@ -65,6 +65,7 @@ if [ -z "$(command -v yay 2>/dev/null)" ]; then
exit 1
fi
fi
[ -n "$(type -P yay 2>/dev/null)" ]
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?