mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-28 02:37:29 +00:00
3 lines
73 B
Bash
3 lines
73 B
Bash
#!/bin/sh
|
|
su - owncloud -c "php7 -f /owncloud/cron.php" > /dev/null 2>&1
|