pasit_tast_satlab_setup.sh fix satlab env vars in scripts

When we run ssh commands on satlab they don't have the same bash env
vars that a user would get if they are running interactive shells. This
leads to errors particularly when running the satlab command remotely
through ssh

This fixes the issue by making sure that satlab ssh commands are wrapped
with `bash -l -c ...` to force a full shell init on the remote command.
Fixes issues with servod container launching on latest version of
satlab.

Change-Id: I44e0d37b64cb120e5c88d22d1cb4cba4123ad79d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/6502733
Auto-Submit: Brett Brotherton <bbrotherton@google.com>
Reviewed-by: Svitlana Soltysyak <ssoltysyak@google.com>
Commit-Queue: Brett Brotherton <bbrotherton@google.com>
Tested-by: Brett Brotherton <bbrotherton@google.com>
1 file changed