Skip to content

Commit 3df5f34

Browse files
authored
Fix: Update sshStoreSettings variable to append key-value pairs correctly (#599)
2 parents 25d23ef + 313f16a commit 3df5f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ parseArgs() {
283283
shift
284284
value=$2
285285
shift
286-
sshStoreSettings+="$sshStoreSettings$key=$value&"
286+
sshStoreSettings+="&$key=$value"
287287
shift
288288
;;
289289
--post-kexec-ssh-port)

0 commit comments

Comments
 (0)