Files
dockerfiles/nextcloud/10.0/cron
2016-07-30 18:57:58 +02:00

3 lines
75 B
Bash

#!/bin/sh
su - nextcloud -c "php7 -f /nextcloud/cron.php" > /dev/null 2>&1