apkbuilds @ 3a981c0912f4e229e5a11c97230d2f57d1f01c3c

1#!/bin/sh
2
3# Run only when nextcloud service is started.
4if rc-service nextcloud -q status >/dev/null 2>&1; then
5	su nextcloud -s /bin/sh -c 'occ preview:pre-generate'
6fi