pvc/gen-zk-migrations

8 lines
100 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# Generate the Zookeeper migration files
pushd api-daemon
./pvcapid-manage-zk.py
popd