fix: remove extra sprintf arguments causing setup script syntax error

This commit is contained in:
Richard Courtman 2025-10-18 07:11:19 +00:00
parent b328a09e45
commit 2ba50c24c0

View file

@ -4258,7 +4258,7 @@ if [ "$AUTO_REG_SUCCESS" != true ]; then
fi
`, serverName, time.Now().Format("2006-01-02 15:04:05"), pulseIP,
tokenName, tokenName, tokenName, tokenName, tokenName, tokenName,
authToken, pulseURL, serverHost, tokenName, tokenName, storagePerms, sshPublicKey, pulseURL, pulseURL, pulseURL, pulseURL, authToken, pulseURL, pulseURL, tokenName, serverHost)
authToken, pulseURL, serverHost, tokenName, tokenName, storagePerms, sshPublicKey, pulseURL, pulseURL, pulseURL, pulseURL, authToken, pulseURL, pulseURL)
} else { // PBS
script = fmt.Sprintf(`#!/bin/bash