mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
4 lines
107 B
Bash
4 lines
107 B
Bash
#!/bin/sh
|
|
# Recurrent regeneration of grommunio FTS indexes
|
|
|
|
/usr/bin/grommunio-index -Aq > /dev/null 2>&1
|