From 9ba07719cdaf304d91f3a5cb1fd49c336c141fc3 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 31 Jan 2021 22:53:01 -0800 Subject: [PATCH] Fixed bacillus CI script --- bacillus/ci_pushbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 4eba743..3b59c8c 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -42,7 +42,7 @@ if [ -f ~/.xs_id ]; then mv ~/.xs_id ~/.xs_id.bak fi echo "Setting dummy authtoken in ~/.xs_id ..." -echo "localhost:asdfasdfasdf" >~/.xs_id +echo "localhost:${USER}:asdfasdfasdf" >~/.xs_id echo "Performing remote command on @localhost via authtoken login ..." tokentest=$(timeout 10 xs -x "echo -n FOO" @localhost) if [ "${tokentest}" != "FOO" ]; then