Support optional aws related userData

This commit is contained in:
Johannes Zellner
2015-08-25 17:28:06 -07:00
parent 9fdcd452d0
commit e6fd05c2bd
3 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -138,7 +138,8 @@ cat > "${CONFIG_DIR}/cloudron.conf" <<CONF_END
"password": "${mysql_root_password}",
"port": 3306,
"name": "box"
}
},
"aws": ${arg_aws}
}
CONF_END