8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Generate the Zookeeper migration files
|
||
|
|
||
|
pushd api-daemon
|
||
|
./pvcapid-manage-zk.py
|
||
|
popd
|