add temporary fix for startup script

This commit is contained in:
Daniel Hansson 2021-12-10 06:12:51 +01:00 committed by GitHub
parent 17c8efd4aa
commit b2ee0e01a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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