I am running JupyterHub as a container and keeping a couple of scripts under /etc/profile.d/*.sh. When I start a new session or open a terminal, my scripts are not loading. However, while doing SSH to my container via CLI, I see the scripts are working fine.
I want to know what is stopping the scripts from running in the JupyterHub terminal. If there is any solution, please let me know to overcome this issue.