diff options
Diffstat (limited to 'testing/etcd/etcd.initd')
| -rw-r--r-- | testing/etcd/etcd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/etcd/etcd.initd b/testing/etcd/etcd.initd index 4780434fcb..2383c88c9b 100644 --- a/testing/etcd/etcd.initd +++ b/testing/etcd/etcd.initd @@ -22,8 +22,8 @@ start() { --background \ --make-pidfile \ --exec /usr/bin/etcd -- \ - -name=$ETCD_NAME \ - -data-dir="$ETCD_DATA_DIR" \ + --name=$ETCD_NAME \ + --data-dir="$ETCD_DATA_DIR" \ $ETCD_OPTS eend $? "Failed to start $SVCNAME" } |
