mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
fix(dev-db/etcd): Remove -v flag, DEBUG is overly verbose prod hosts.
This commit is contained in:
parent
9528517210
commit
e251ff660d
@ -2,7 +2,7 @@
|
||||
|
||||
VIRT=$(coreos-detect-virt)
|
||||
STATE=/var/lib/etcd
|
||||
DEFAULT_ARGS="-v -d $STATE -f"
|
||||
DEFAULT_ARGS="-d $STATE -f"
|
||||
|
||||
if [ "${VIRT}" != "ec2" ]; then
|
||||
echo "Detected environment \"${VIRT}\", just starting solo master..."
|
||||
|
Loading…
Reference in New Issue
Block a user