Remove redundant script

This commit is contained in:
bergware
2021-05-12 21:08:02 +02:00
parent 84cfabb905
commit 185900c18d
@@ -1,4 +0,0 @@
#!/bin/bash
while :; do
curl -sfd "$(docker stats --no-stream --format='{{.ID}};{{.CPUPerc}};{{.MemUsage}}')" --unix-socket /var/run/nginx.socket http://localhost/pub/dockerload?buffer_length=0 >/dev/null 2>&1
done &