digitaldemocratic/dd-apps/docker/nextcloud/nc-queue.sh

6 lines
126 B
Bash
Raw Normal View History

#/bin/sh
find "${NC_MAIL_QUEUE_FOLDER:-/nc-mail-queue}" -name '*.sh' -exec sh -c \
'cd /var/www/html && {} && rm {}' \
';'