fix v0.0.12 vars

This commit is contained in:
2023-11-04 02:14:45 -07:00
parent 28bc8935ab
commit 2e88e6c93f
2 changed files with 4 additions and 4 deletions

View File

@@ -29,10 +29,10 @@ if [ ! -f /etc/grlx/sprout ]; then
exit 1 exit 1
fi fi
if [ -z "$FARMERAPIPORT" ]; then if [ -z "$FARMERAPIPORT" ]; then
FARMERPORT=5405 FARMERAPIPORT=5405
fi fi
if [ -z "$FARMERBUSPORT" ]; then if [ -z "$FARMERBUSPORT" ]; then
FARMERPORT=5406 FARMERBUSPORT=5406
fi fi
cat << EOF > /etc/grlx/sprout cat << EOF > /etc/grlx/sprout

View File

@@ -29,10 +29,10 @@ if [ ! -f /etc/grlx/sprout ]; then
exit 1 exit 1
fi fi
if [ -z "$FARMERAPIPORT" ]; then if [ -z "$FARMERAPIPORT" ]; then
FARMERPORT=5405 FARMERAPIPORT=5405
fi fi
if [ -z "$FARMERBUSPORT" ]; then if [ -z "$FARMERBUSPORT" ]; then
FARMERPORT=5406 FARMERBUSPORT=5406
fi fi
cat << EOF > /etc/grlx/sprout cat << EOF > /etc/grlx/sprout