From f5817399ce102eafa3c126925d9b4e2ffaeda144 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:05:21 +0100 Subject: [PATCH] Update config --- src/modules/crowsnest/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/crowsnest/config b/src/modules/crowsnest/config index 72cb1c74d..3b3aa1f4f 100644 --- a/src/modules/crowsnest/config +++ b/src/modules/crowsnest/config @@ -11,7 +11,7 @@ # crowsnest repo [[ -n "$CROWSNEST_REPO_SHIP" ]] || CROWSNEST_REPO_SHIP="https://github.com/mryel00/crowsnest-dev.git" -[[ -n "$CROWSNEST_REPO_BRANCH" ]] || CROWSNEST_REPO_BRANCH="remove_is_raspbian" +[[ -n "$CROWSNEST_REPO_BRANCH" ]] || CROWSNEST_REPO_BRANCH="speederpad_workaround" # crowsnest setup [[ -n "$CROWSNEST_DEFAULT_CONF" ]] || CROWSNEST_DEFAULT_CONF="resources/crowsnest.conf"