kolla/docker/zookeeper/extend_start.sh

7 lines
112 B
Bash

#!/bin/bash
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
sudo chown zookeeper: /var/lib/zookeeper
exit 0
fi