summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtrove.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove.configure b/trove.configure
index a3af2fb2..539ecc9a 100755
--- a/trove.configure
+++ b/trove.configure
@@ -167,7 +167,7 @@ EOF
echo "Set up Lorry Controller MINIONs"
UNITS="$ROOT/usr/lib/systemd/system"
-seq "${LORRY_CONTROLLER_MINION:-4}" |
+seq "${LORRY_CONTROLLER_MINIONS:-4}" |
while read i
do
ln -s "../lorry-controller-minion@.service" \