From 90663b9a0db60b15b6298b7c93d0e1c58aed0a05 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 18 Jul 2017 23:35:30 +0200 Subject: [PATCH] Update Pydio session path --- root/etc/e-smith/events/actions/pydio-user-rights | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/events/actions/pydio-user-rights b/root/etc/e-smith/events/actions/pydio-user-rights index 63ce66d..167de76 100644 --- a/root/etc/e-smith/events/actions/pydio-user-rights +++ b/root/etc/e-smith/events/actions/pydio-user-rights @@ -32,7 +32,7 @@ my $a = esmith::AccountsDB->open_ro; my $domain = $c->get('DomainName')->value; # Remove active sessions -unlink(); +unlink(); # Remove plugin cache unlink();