Node based UI microservices aren't starting correctly
Closed this issue · 0 comments
BohoCode commented
It seems that the analytics UI & TPP backend services (Node) aren't starting correctly;
This appears in the logs in our master cluster;
/opt/start-server.sh: 4: /opt/start-server.sh: [[: not found
Seems that this happens when the entry point script use a bash shell type and it's running on sh shell:
/bin/sh -c "type [["
[[: not found
/bin/bash -c "type [["
[[ is a shell keyword