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>
git checkout -b wheezy origin/collab/phasefx/wheezy_installer
cd installer/jessie
time sudo ./eg_jessie_installer.sh -y -a -s -t
+exit 0
git checkout -b eg_live_tests origin/collab/phasefx/eg_live_tests
cd installer/stretch
time sudo ./eg_stretch_installer.sh -y -a -s -t
+exit 0
git checkout -b wheezy origin/collab/phasefx/wheezy_installer
cd installer/wheezy
time sudo ./eg_wheezy_installer.sh -y -a -s -t
+exit 0