ubuntu-nextcloud/nextcloud-cron.sh

8 lines
130 B
Bash

#!/bin/sh
i=1
while [ "$i" -ne 0 ]
do
su -c 'php -f /var/www/html/cron.php --define apc.enable_cli=1' www-data
sleep 300
done