diff --git a/ppp b/ppp index 68d477b..dac24a7 100755 Binary files a/ppp and b/ppp differ diff --git a/src/main.go b/src/main.go index 5845015..ee0eb5e 100644 --- a/src/main.go +++ b/src/main.go @@ -161,6 +161,7 @@ func repoAdd(path string, args string) { filePaths = filePaths + " " + path + file } else if strings.TrimSpace(filePaths) != "" { count = 500 + fmt.Printf("Adding %s \n", filePaths) cmd := exec.Command("/bin/bash", "-c", "reprepro "+args+" "+filePaths) out, err := cmd.CombinedOutput() if err != nil {