use backupKey from userData

This commit is contained in:
Johannes Zellner
2015-08-25 18:44:52 -07:00
parent 444258e7ee
commit ec21105c47
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@ cat > "${CONFIG_DIR}/cloudron.conf" <<CONF_END
"port": 3306,
"name": "box"
},
"backupKey": "${arg_backup_key}",
"aws": ${arg_aws}
}
CONF_END