We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a239ac commit 5f7ea4aCopy full SHA for 5f7ea4a
tools/finalize-nakamochi.sh
@@ -125,7 +125,7 @@ run_main()
125
exit 1
126
fi
127
128
- if [[ -z "$SSH_AUTHORIZED_KEY" ]] && [[ ! -f "$SSH_AUTHORIZED_KEY" ]]; then
+ if [[ -n "$SSH_AUTHORIZED_KEY" ]] && [[ ! -f "$SSH_AUTHORIZED_KEY" ]]; then
129
echo "Error: SSH authorized pubkey file $SSH_AUTHORIZED_KEY does not exist."
130
131
0 commit comments