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