[mike@mwxm4]

This commit is contained in:
2026-08-11 16:14:55 +02:00
parent 34be410a97
commit 55f42ec50d
5 changed files with 201 additions and 32 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func fetchServerRepos() {
}
// a missing ./archive is a permanent, unremarkable state: still cache
var archives []string
if lines, err := sshOut("/bin/ls archive"); err == nil {
if lines, err := sshOut("/bin/ls " + shq(serverPath("archive"))); err == nil {
for _, ln := range lines {
t := strings.TrimSpace(ln)
if strings.HasSuffix(t, ".git.tar.gz") {