summaryrefslogtreecommitdiff
path: root/setup-user.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-user.in')
-rw-r--r--setup-user.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-user.in b/setup-user.in
index 0801525..a94b533 100644
--- a/setup-user.in
+++ b/setup-user.in
@@ -109,7 +109,7 @@ if [ -n "$interactive" ] && [ -z "$keysopt" ]; then
else
case "$keysopt" in
https://*|http://*)
- sshkeys=$(wget -q -O- "$sshkeys" | grep ^ssh-);;
+ sshkeys=$(wget -q -O- "$keysopt" | grep ^ssh-);;
none)
sshkeys="" ;;
*)