Updated mount method, and container user management.

This commit is contained in:
2025-12-12 12:36:43 +01:00
parent a481704293
commit f054228de9
2 changed files with 12 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ done
# Check if the user exists
if ! id -u "$SU_USER" >/dev/null 2>&1; then
useradd -m "$SU_USER"
useradd -m -s /usr/bin/bash "$SU_USER"
fi
# Check if the home directory exists