File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ spec:
100100 args :
101101 - -c
102102 - >-
103- eval " tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS" &&
103+ eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS &&
104104 tsagent config --set $THREATSTACK_CONFIG_ARGS &&
105105 unset THREATSTACK_SETUP_DEPLOY_KEY THREATSTACK_SETUP_ARGS THREATSTACK_CONFIG_ARGS &&
106106 exec /opt/threatstack/sbin/tsagentd -logstdout=1
Original file line number Diff line number Diff line change 9292 args :
9393 - -c
9494 - >-
95- eval " tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS" &&
95+ eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS &&
9696 tsagent config --set $THREATSTACK_CONFIG_ARGS &&
9797 unset THREATSTACK_SETUP_DEPLOY_KEY THREATSTACK_SETUP_ARGS THREATSTACK_CONFIG_ARGS &&
9898 exec /opt/threatstack/sbin/tsagentd -logstdout=1
You can’t perform that action at this time.
0 commit comments