I face a stupid problem:
- I want to run "qm start 800" in a bash script
- this works fine when I run directly the shell
- but does not work when the same script is placed as a cron job.
- the job is created and run by root
- I have tested the usual tricks in such situarions, with and without sudo
so te command line is presently
$(qm config) start 800
- I want to run "qm start 800" in a bash script
- this works fine when I run directly the shell
- but does not work when the same script is placed as a cron job.
- the job is created and run by root
- I have tested the usual tricks in such situarions, with and without sudo
so te command line is presently
$(qm config) start 800
Last edited: