5 lines
66 B
Smarty
5 lines
66 B
Smarty
#!/bin/bash
|
|
set -ex
|
|
|
|
exec heat-engine --config-dir /etc/heat/conf
|