Commit 9addba0c authored by Mikhail Efremov's avatar Mikhail Efremov

live: Fixed 30-users hook.

Workaround for ALT#13213.
parent 1a7940c8
......@@ -28,6 +28,8 @@ add_user()
done
useradd -p "" -G "$groups" "$1" ||:
# Workaround for ALT#13213
chown -R "$1:auth" "/etc/tcb/$1"
chown -R "$1:$1" /home/$1
if [ -n "$GLOBAL_CRYPT_HOMES" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment