fix(ci): script syntax errors

This commit is contained in:
arcnmx 2024-02-22 15:36:18 -08:00
parent 9176f178ca
commit d935199249
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eu
SETUP_HOSTNAME=''${1-reisen}
SETUP_HOSTNAME=${1-reisen}
exec ssh root@$SETUP_HOSTNAME env \
"${NF_SETUP_INPUTS[@]}" \

View file

@ -4,4 +4,4 @@ ARG_NODE=$1
shift
ARG_HOSTNAME=$(nf-hostname "$ARG_NODE")
ssh-keyscan ''${NIX_SSHOPTS--p62954} "''${ARG_HOSTNAME#*@}" "$@" | ssh-to-age
ssh-keyscan ${NIX_SSHOPTS--p62954} "${ARG_HOSTNAME#*@}" "$@" | ssh-to-age