remove setting from 16.04 template

This commit is contained in:
Mikhail Timofeev
2020-07-02 11:59:16 +03:00
parent 5016333343
commit 35f0938464

View File

@@ -283,8 +283,7 @@
],
"environment_vars": [
"METADATA_FILE={{user `metadata_file`}}",
"HELPER_SCRIPTS={{user `helper_script_folder`}}",
"DEBIAN_FRONTEND=noninteractive"
"HELPER_SCRIPTS={{user `helper_script_folder`}}"
],
"execute_command": "/bin/sh -c '{{ .Vars }} {{ .Path }}'"
},