summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-24 15:44:20 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-24 15:44:20 +0000
commitff244331dfcfa979a18f139221be51ea4f924967 (patch)
tree1b7fede35a8c03e569f5e1aac140be65ba7d9573
parenta01c2f0ffd8a684f57584577fce24894b23ff0a7 (diff)
downloaddefinitions-ff244331dfcfa979a18f139221be51ea4f924967.tar.gz
Fix variable name for Lorry Controller MINIONs
-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" \