Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-12-10 08:12:51 +0300
committerGitHub <noreply@github.com>2021-12-10 08:12:51 +0300
commitb2ee0e01a8a91e4731e34e598caa09374d3ed1c7 (patch)
tree8b8e76a8a2dc243946d5fc73e15357ff843aeb98 /static/temporary-fix-begining.sh
parent17c8efd4aaec2648bf778974f7590389e7b8d02d (diff)
add temporary fix for startup script
Diffstat (limited to 'static/temporary-fix-begining.sh')
-rw-r--r--static/temporary-fix-begining.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/temporary-fix-begining.sh b/static/temporary-fix-begining.sh
index faaa75db..a46a1065 100644
--- a/static/temporary-fix-begining.sh
+++ b/static/temporary-fix-begining.sh
@@ -16,4 +16,10 @@ debug_mode
# Must be root
root_check
+# Fix calendar being broken (cannot delete user)
+git_apply_patch 3795 calendar 23.0.0
+
+cd $NC_APPS_PATH/calendar
+git apply /tmp/3795.patch
+
exit