committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-11-16 20:46:14 +02:00
parent 5ef92006b6
commit 4dc04f9948
97 changed files with 4 additions and 14391 deletions

View File

@@ -1,14 +0,0 @@
#!/bin/sh
test -x /usr/bin/cscli || exit 0
/usr/bin/cscli --error hub update
upgraded=$(/usr/bin/cscli --error hub upgrade)
if [ -n "$upgraded" ]; then
# splay initial metrics push
sleep $(seq 1 90 | shuf -n 1)
systemctl reload crowdsec
fi
exit 0