Hi,
I was using notify version 0.0.2 on my ubuntu machine, when I realized that this version does not have -bulk flag support so I again ran the go install command that is given on readme file to install the latest version.
Now the issue is, when I run notify using my terminal myself it shows that the version is 1.0.0 and the bulk command is working fine but when I run the same command through cronjob it throws the error.
I checked the version ran by the cronjob by running notify -version through cron and it returned version 0.0.2.
Somehow, cron isnt able to fetch the latest notify version.
Why is it so and whats the solution?
Hi,
I was using notify version 0.0.2 on my ubuntu machine, when I realized that this version does not have -bulk flag support so I again ran the go install command that is given on readme file to install the latest version.
Now the issue is, when I run notify using my terminal myself it shows that the version is 1.0.0 and the bulk command is working fine but when I run the same command through cronjob it throws the error.
I checked the version ran by the cronjob by running notify -version through cron and it returned version 0.0.2.
Somehow, cron isnt able to fetch the latest notify version.
Why is it so and whats the solution?