mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): script syntax errors
This commit is contained in:
parent
9176f178ca
commit
d935199249
2 changed files with 2 additions and 2 deletions
|
|
@ -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[@]}" \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue