Git Product home page Git Product logo

Comments (5)

kstange avatar kstange commented on July 21, 2024

One possible solution would be to replace the proposed crontab command with:

crontab -u redmine -l 2>/dev/null | grep -v redmine:recur_tasks >/tmp/cron.redmine

from docker-redmine.

b-a-t avatar b-a-t commented on July 21, 2024

I've pointed on the same problem in #50 with the filtering solution....

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@kstange The plugin init mechanism is present mainly to allow for custom operations users may want to run when the image is started. All necessary check should be done by the user who install the plugin init script. In this case it would involve, getting the current list of cron jobs for the redmine user, grep for some pattern, install cron job is pattern is not found.

from docker-redmine.

kstange avatar kstange commented on July 21, 2024

I recognize that, my main objective is just to provide a point of feedback on your documentation, such that other people who follow it to the letter don't end up running into issues.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@kstange yep you are right. I did not realize that line was mentioned in the docs

from docker-redmine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.