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 c12811b commit 8582ed6Copy full SHA for 8582ed6
src/nixos-anywhere.sh
@@ -213,7 +213,7 @@ while [[ $# -gt 0 ]]; do
213
vmTest=y
214
;;
215
*)
216
- if [[ -z ${ssh_connection-} ]]; then
+ if [[ -z ${sshConnection-} ]]; then
217
sshConnection="$1"
218
else
219
showUsage
@@ -367,7 +367,7 @@ $maybeSudo mkdir -p /root/kexec
367
SSH
368
369
# no way to reach global ipv4 destinations, use gh-v6.com automatically if github url
370
- if [[ ${hasIpv6_only-n} == "y" ]] && [[ $kexecUrl == "https://github.com/"* ]]; then
+ if [[ ${hasIpv6Only-n} == "y" ]] && [[ $kexecUrl == "https://github.com/"* ]]; then
371
kexecUrl=${kexecUrl/"github.com"/"gh-v6.com"}
372
fi
373
0 commit comments