This commit is contained in:
Your Name 2024-09-25 03:25:37 +00:00
parent 8bff904957
commit 114efe1be1

View File

@ -367,7 +367,7 @@ watch() {
IP=($(grep $DATE $ACCESS | grep -Fivf <(printf '%s\n' "${SAFE_TRAFFIC[@]}") | grep -Fivf <(printf '%s\n' "${CRAWLER_DB[@]}") | grep -Fivf <(printf '%s\n' "${SAVED_BOTS[@]}") | grep -vi $MY_IP | grep -vi '127.0.0.1' | cut -d ' ' -f1 | sort -u))
for i in "${IP[@]}"; do
module-akkoma-instance "$i" "$DATE"
bash $MODULES/module-akkoma-instance.sh "$i" "$DATE"
module-akkoma-timeline-public "$i" "$DATE"
module-akkoma-timeline-home "$i" "$DATE"
bash $MODULES/module-akkoma-accounts.sh "$i" "$DATE"