diff options
Diffstat (limited to 'setup-user.in')
-rw-r--r-- | setup-user.in | 2 |
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="" ;; *) |