Slim down ConfigParser error system

This commit is contained in:
2025-05-29 23:01:03 -04:00
parent a1c47b06a1
commit 9ffd6d5cef
4 changed files with 19 additions and 35 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func DeviceIDGen(oldDeviceID string) (string, string, error) {
// register new device ID with server and fetch remote EntryRoot and OS type
// also removes the old device ID file (remotely)
// manualSync is true so the user is alerted if device ID registration fails
sshClient, _, _, err := syncclient.GetSSHClient(true)
sshClient, _, _, err := syncclient.GetSSHClient()
if err != nil {
return "", "", errors.New("unable to connect to SSH client: " + err.Error())
}