ssh hangs
authorJason Etheridge <jason@EquinoxInitiative.org>
Wed, 23 Oct 2019 13:08:27 +0000 (09:08 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Wed, 23 Oct 2019 13:08:27 +0000 (09:08 -0400)
commit7b4a12c8ef72482ee0b7a749bdb852b9cfc2ba3a
treebdef9ea8e151a796a5a85aad80e3610ea4e52083
parent1aa426487300cf501aa018db9bb8ebcb75cfd0f6
ssh hangs

In test.sh, this has started to hang and not exit wihen installer_installer.sh has finished:
ssh $TARGET_USER@$TARGET_HOST $TARGET_PATH/installer_installer.sh 2>&1 | tee output.txt

I doubt exit 0; will help, but trying it out.

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
installer/jessie/installer_installer.sh
installer/stretch/installer_installer.sh
installer/wheezy/installer_installer.sh