[ceph/mon] no args

This commit is contained in:
Nico Schottelius 2021-02-07 12:42:50 +01:00
parent 3c3c53de2e
commit dd27b12052

View file

@ -1,10 +1,5 @@
#!/bin/sh
if [ $# -ne 1 ]; then
echo "$0 initial-key-file"
exit 1
fi
monkey=$(mktemp)
monmap=$(mktemp)