From cc2d7b297c8b8755c4cdf5ea2a13c390f51c23d1 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Tue, 13 Jan 2015 10:39:10 -0500
Subject: [PATCH] fixed fr_resync.lng

---
 server/plugins-available/shelluser_jailkit_plugin.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/plugins-available/shelluser_jailkit_plugin.inc.php b/server/plugins-available/shelluser_jailkit_plugin.inc.php
index a391835..3c8e294 100755
--- a/server/plugins-available/shelluser_jailkit_plugin.inc.php
+++ b/server/plugins-available/shelluser_jailkit_plugin.inc.php
@@ -541,7 +541,7 @@
 					// delete dir
 					if(substr($homedir, -1) !== '/') $homedir .= '/';
 					$files = array('.bash_logout', '.bash_history', '.bashrc', '.profile');
-					$dirs = array('.ssh');
+					$dirs = array('.ssh', '.cache');
 					foreach($files as $delfile) {
 						if(is_file($homedir . $delfile) && fileowner($homedir . $delfile) == $userid) unlink($homedir . $delfile);
 					}

--
Gitblit v1.9.1