From f434a7b9e75a181ce424520758fa36c0ecc61129 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Wed, 5 Nov 2025 18:11:12 +0000 Subject: [PATCH] Fix fmt.Sprintf argument count in setup script after Docker/LXC changes The previous commit added 4 new %s format specifiers for Docker/LXC instructions but didn't add the corresponding arguments to fmt.Sprintf. Added 4 pulseURL arguments to match the new format specifiers in the 'unknown environment' section of the setup script. --- internal/api/config_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/config_handlers.go b/internal/api/config_handlers.go index ae25635..d4d9f2a 100644 --- a/internal/api/config_handlers.go +++ b/internal/api/config_handlers.go @@ -4635,7 +4635,7 @@ fi tokenName, tokenName, tokenName, tokenName, tokenName, tokenName, authToken, pulseURL, serverHost, tokenName, tokenName, storagePerms, sshKeys.ProxyPublicKey, sshKeys.SensorsPublicKey, minProxyReadyVersion, - pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, authToken, pulseURL, authToken, pulseURL, tokenName) + pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, authToken, pulseURL, authToken, pulseURL, pulseURL, pulseURL, pulseURL, pulseURL, tokenName) } else { // PBS script = fmt.Sprintf(`#!/bin/bash