summaryrefslogtreecommitdiff
path: root/install/ishtar-gdpr-clean
blob: 7fe2043657f9ea240ce203e8ffa74f45e162c27c (plain)
1
2
3
4
5
6
7
#!/bin/bash

cat "/etc/ishtar/instances" | while read INSTANCE
do
    cd  "/srv/ishtar/"$INSTANCE;
    /usr/bin/python3 ./manage.py gdpr_clean --quiet
done