1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 19:35:39 +00:00
Files
dockerfiles/owncloud/cron
2016-04-30 12:57:18 +02:00

3 lines
73 B
Bash

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