Skip to content

Commit

Permalink
Merge branch 'standard-cron' into standard-cron-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik committed Aug 26, 2023
2 parents d935187 + e25b4e3 commit 74f9122
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 35 deletions.
2 changes: 2 additions & 0 deletions root/etc/crontabs/abc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# min hour day month weekday command
*/5 * * * * /usr/bin/php /app/www/public/cron.php 2>&1
9 changes: 0 additions & 9 deletions root/etc/crontabs/root

This file was deleted.

Empty file.
23 changes: 0 additions & 23 deletions root/etc/s6-overlay/s6-rc.d/init-crontabs-config/run

This file was deleted.

1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-crontabs-config/type

This file was deleted.

1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-crontabs-config/up

This file was deleted.

1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ if [ -f /config/www/nextcloud/version.php ]; then
! -path "/config/www/nextcloud/config" \
! -path "/config/www/nextcloud/themes" \
-delete
sed -i "s|/config/www/nextcloud/cron.php|/app/www/public/cron.php|g" /config/crontabs/root
touch /config/www/nextcloud/config/needs_migration
fi

Expand Down
Empty file.

0 comments on commit 74f9122

Please sign in to comment.