added cleanup var to config.sh

This commit is contained in:
jash
2018-11-03 12:28:19 +01:00
committed by kexkey
parent 516b80ebd7
commit aa645fc709

View File

@@ -10,3 +10,4 @@ PROXY_DATAPATH=<%= proxy_datapath %>
GATEKEEPER_DATAPATH=<%= gatekeeper_datapath %>
DOCKER_MODE=<%= docker_mode %>
RUN_AS_USER=<%= run_as_different_user?username:'' %>
CLEANUP=<%= installer_cleanup?'true':'false' %>