We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e30051 commit 49c46b9Copy full SHA for 49c46b9
src/bkg.sh
@@ -140,11 +140,6 @@ main() {
140
sort "$connections" | uniq -c | sort -nr | awk '{print $2}' >"$connections".bak
141
mv "$connections".bak "$connections"
142
143
- echo "$(
144
- cat "$BKG_OWNERS"
145
- find "$BKG_INDEX_DIR" -mindepth 1 -maxdepth 1 -type d -exec basename {} \; 2>/dev/null | sort -u | awk '{print "0/"$1}'
146
- )" >"$BKG_OWNERS"
147
-
148
: >all_owners_in_db
149
[ ! -s packages_all ] || echo "$(
150
awk -F'|' '{print "0/"$2}' packages_all
0 commit comments