mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
selfoss: fix cron
This commit is contained in:
@ -1,3 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
su - selfoss -c "php7 -f /selfoss/cliupdate.php" > /dev/null 2>&1
|
||||||
su - selfoss -c "/usr/bin/php --file /selfoss/cliupdate.php" > /dev/null 2>&1
|
|
||||||
|
Reference in New Issue
Block a user