From a612f0dfc5b7cbbafcfcd64a02d30d9fc300d581 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 14 May 2020 22:17:39 +0200 Subject: [PATCH] fix SMB issue (external storages) --- static/temporary-fix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/temporary-fix.sh b/static/temporary-fix.sh index a84589b7..d9cb5da1 100644 --- a/static/temporary-fix.sh +++ b/static/temporary-fix.sh @@ -16,4 +16,7 @@ debug_mode # Must be root root_check +# Fix SMB issues (https://github.com/nextcloud/server/issues/20622) +git_apply_patch 20941 server 18.0.4 + exit