5c5ec44d31
Change-Id: I254efdc41f0df80280746ffa698e3dcb446c6e62
11 lines
171 B
Bash
11 lines
171 B
Bash
#!/bin/sh
|
|
|
|
AgentConfigBase64='%AGENT_CONFIG_BASE64%'
|
|
|
|
mkdir /etc/murano
|
|
|
|
echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.config
|
|
|
|
/etc/init.d/murano-agent restart
|
|
|