diff --git a/ppp b/ppp index 8892d45..96fb2c7 100755 Binary files a/ppp and b/ppp differ diff --git a/src/main.go b/src/main.go index 48552ee..b2fde8a 100644 --- a/src/main.go +++ b/src/main.go @@ -172,9 +172,10 @@ func signFiles(path string) { totalCount-- if count < 100 && totalCount > 0 { count++ - filePath = path + " " + path + file + filePath = filePath + " " + path + file } else { count = 0 + filePath = filePath + " " + path + file signQueue <- filePath } }