1
0
mirror of https://github.com/rancher/os.git synced 2025-09-21 18:40:27 +00:00
Files
os/scripts/template

10 lines
154 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)/..
mkdir -p build
./bin/host_ros c generate < os-config.tpl.yml > build/os-config.yml