SSH session termination on script error when sourcing multiple sub-scripts
SSH session termination on script error when sourcing multiple sub-scripts I’m facing an issue with SSH on a server. Running individual scripts (source s01.sh, etc.) works fine, with errors displayed in the console. However, when using a master script to source these scripts, the SSH connection unexpectedly terminates upon encountering an error. The master script …