mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
# Recurrent regeneration of grommunio FTS indexes
|
|
|
|
/usr/bin/grommunio-index -Aq > /dev/null 2>&1
|