From 818333091b2a6493d089836e968d84bd9b5170cd Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 17 Sep 2023 00:45:55 +0200 Subject: [PATCH] Switched to the pm3 file to detect for rrg repo --- setup/autobuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/autobuild.sh b/setup/autobuild.sh index 96c807ddf..46dd6c473 100644 --- a/setup/autobuild.sh +++ b/setup/autobuild.sh @@ -120,7 +120,7 @@ function loop_folders { if check_for_updates; then #Build rrg - if [ -f "rdv40.txt" ]; then + if [ -f "pm3" ]; then build_rrg else build_official