Skip to content
Snippets Groups Projects
start.sh 183 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    set -o errexit
    
    # Loading common functions.
    source /opt/kolla/kolla-common.sh
    
    
    # Generate run command
    python /opt/kolla/set_configs.py
    CMD=$(cat /run_command)