1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 19:05:40 +00:00
Files
dockerfiles/selfoss/cron

3 lines
76 B
Plaintext
Raw Normal View History

2016-04-24 13:47:47 +02:00
#!/bin/sh
2016-04-30 13:29:43 +02:00
su - selfoss -c "php7 -f /selfoss/cliupdate.php" > /dev/null 2>&1