blob: b1ecef545b525303c22ef794c39c2bd80420b3b0 (
plain) (
blame)
1
2
3
4
|
#!/bin/sh
install -o "$PAM_USER" -g "$PAM_USER" -m 0700 -d "/usr/local/home/${PAM_USER}"
install -o "$PAM_USER" -g "$PAM_USER" -l s "/usr/local/home/${PAM_USER}" "/home/${PAM_USER}/localdisk"
|