From 1c6f9dd0028eb7cc8566296a32a44d8c9c784400 Mon Sep 17 00:00:00 2001 From: ljf Date: Fri, 8 Dec 2023 16:06:56 +0100 Subject: [PATCH] [fix] Bad path in patch --- .../patches_last_version/app-00-add-logout_url-conf.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/patches_last_version/app-00-add-logout_url-conf.patch b/sources/patches_last_version/app-00-add-logout_url-conf.patch index 671b5b3..03f7fc2 100644 --- a/sources/patches_last_version/app-00-add-logout_url-conf.patch +++ b/sources/patches_last_version/app-00-add-logout_url-conf.patch @@ -1,7 +1,7 @@ -diff --git a/root/LoginController.php b/var/www/nextcloud/core/Controller/LoginController.php +diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index aa6617c..eb47b80 100644 ---- a/root/LoginController.php -+++ b/var/www/nextcloud/core/Controller/LoginController.php +--- a/core/Controller/LoginController.php ++++ b/core/Controller/LoginController.php @@ -111,16 +111,20 @@ class LoginController extends Controller { #[UseSession] public function logout() {