remove not needed setting from ub20 template

This commit is contained in:
Mikhail Timofeev
2020-07-02 11:35:06 +03:00
parent 1a582d0836
commit 5016333343

View File

@@ -288,8 +288,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 }}'"
},