91351658b3
Updating the cinder element to reflect the new desired way to ship os-refresh-config scripts. Change-Id: Ibde1275725241204f6097ad7cc0ba0de5e6cd431
5 lines
146 B
Bash
5 lines
146 B
Bash
#!/bin/bash
|
|
SCRIPT_BASE=$(os-refresh-config --print-base)
|
|
SCRIPT_SOURCE=$(dirname $0)/../os-refresh-config
|
|
rsync -r $SCRIPT_SOURCE/ $SCRIPT_BASE/
|