From 05dacf7f2f008484d7dfe29e18ad3599c59a2d99 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Jan 2014 16:54:31 +0100 Subject: [pam-freiburg] add .config/xfce4 to the list of directories beeing linked when a user's home is mounted --- server/modules/pam-freiburg/etc/profile.d/00-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/modules') diff --git a/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh b/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh index 18835457..642aa002 100755 --- a/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh +++ b/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh @@ -7,7 +7,7 @@ if [ -d "$PERSISTENT_HOME_DIR" ]; then # Persistent home was mounted, take care of some conveinience # Dirs - for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx; do + for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx .config/xfce4; do [ -e "$TEMP_HOME_DIR/$file" ] && break if [ "x$(dirname "$file")" != "x." ]; then mkdir -p "$TEMP_HOME_DIR/$(dirname "$file")" -- cgit v1.2.3-55-g7522