From 2e88e6c93f9cc2d15b99cb19dc1281c544049330 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sat, 4 Nov 2023 02:14:45 -0700 Subject: [PATCH] fix v0.0.12 vars --- latest/sprout | 4 ++-- v0.0.12/sprout | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/latest/sprout b/latest/sprout index 2a82dea..ba19162 100755 --- a/latest/sprout +++ b/latest/sprout @@ -29,10 +29,10 @@ if [ ! -f /etc/grlx/sprout ]; then exit 1 fi if [ -z "$FARMERAPIPORT" ]; then - FARMERPORT=5405 + FARMERAPIPORT=5405 fi if [ -z "$FARMERBUSPORT" ]; then - FARMERPORT=5406 + FARMERBUSPORT=5406 fi cat << EOF > /etc/grlx/sprout diff --git a/v0.0.12/sprout b/v0.0.12/sprout index 2a82dea..ba19162 100755 --- a/v0.0.12/sprout +++ b/v0.0.12/sprout @@ -29,10 +29,10 @@ if [ ! -f /etc/grlx/sprout ]; then exit 1 fi if [ -z "$FARMERAPIPORT" ]; then - FARMERPORT=5405 + FARMERAPIPORT=5405 fi if [ -z "$FARMERBUSPORT" ]; then - FARMERPORT=5406 + FARMERBUSPORT=5406 fi cat << EOF > /etc/grlx/sprout