summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-23 16:54:31 +0100
committerJonathan Bauer2014-01-23 16:54:31 +0100
commit05dacf7f2f008484d7dfe29e18ad3599c59a2d99 (patch)
tree9cb6af5c534a80e55438426389423176441a2397 /server
parent[vmchooser] Don't wait for non-existent service "download-config.service", do... (diff)
downloadtm-scripts-05dacf7f2f008484d7dfe29e18ad3599c59a2d99.tar.gz
tm-scripts-05dacf7f2f008484d7dfe29e18ad3599c59a2d99.tar.xz
tm-scripts-05dacf7f2f008484d7dfe29e18ad3599c59a2d99.zip
[pam-freiburg] add .config/xfce4 to the list of directories beeing
linked when a user's home is mounted
Diffstat (limited to 'server')
-rwxr-xr-xserver/modules/pam-freiburg/etc/profile.d/00-autostart.sh2
1 files changed, 1 insertions, 1 deletions
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")"