1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-25 18:35:39 +00:00
Files
dockerfiles/owncloud/cron

3 lines
73 B
Plaintext
Raw Normal View History

2016-04-30 12:57:18 +02:00
#!/bin/sh
su - owncloud -c "php7 -f /owncloud/cron.php" > /dev/null 2>&1