Updated mount method, and container user management.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user