mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-01-01 09:56:51 +00:00
3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
su - owncloud -c "php7 -f /owncloud/cron.php" > /dev/null 2>&1
|