prune_audit_logs management command

This commit is contained in:
shamoon
2024-11-29 19:56:25 -08:00
parent 81a4c33a6d
commit d54db372ec
4 changed files with 64 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ for command in decrypt_documents \
document_sanity_checker \
document_fuzzy_match \
manage_superuser \
convert_mariadb_uuid;
convert_mariadb_uuid \
prune_audit_logs;
do
echo "installing $command..."
sed "s/management_command/$command/g" management_script.sh > /usr/local/bin/$command