diff options
| author | Simon Rettberg | 2013-12-16 20:26:45 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-16 20:26:45 +0100 |
| commit | 4bb5c41e394224f51422d03fea8bdd9284a1ee08 (patch) | |
| tree | 842d2c71c428bd505212daa152153f40c7e616dd /server/modules | |
| parent | Some docs about coding (diff) | |
| parent | [pam*] user context script: Added .thunderbird (requested via support) (diff) | |
| download | tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.tar.gz tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.tar.xz tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'server/modules')
| -rw-r--r-- | server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user b/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user index 579bc659..3f4bba49 100644 --- a/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user +++ b/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user @@ -4,7 +4,7 @@ # Persistent home was mounted, take care of some conveinience # Dirs -for file in .vim .mozilla .config/chromium .config/htop .config/openslx; do +for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx; do if [ "x$(dirname "$file")" != "x." ]; then mkdir -p "$TEMP_HOME_DIR/$(dirname "$file")" chown -R "$PAM_USER:$PAM_GROUP" "$TEMP_HOME_DIR/${file%%/*}" |
