mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-21 05:43:26 -07:00
Switched to the pm3 file to detect for rrg repo
This commit is contained in:
parent
6d004fe5dc
commit
818333091b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ function loop_folders {
|
||||||
|
|
||||||
if check_for_updates; then
|
if check_for_updates; then
|
||||||
#Build rrg
|
#Build rrg
|
||||||
if [ -f "rdv40.txt" ]; then
|
if [ -f "pm3" ]; then
|
||||||
build_rrg
|
build_rrg
|
||||||
else
|
else
|
||||||
build_official
|
build_official
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue