D
Deleted member 107511
Guest
Hello,
I use a dummy script at '/bin/rdshft.bash' for a single shot applying of 'redshift' command with its options, the content of the command 'rdshft.bash' is:
So, yesterday I decided to add the 'rdshft.bash' to the crontab for automatic execution at boot, as follows:
, but did not work, even after trying a few times, then I made it a bit simple:
, but still it did not work.
It would be very helpful if someone help me out...
Thanking you...
I use a dummy script at '/bin/rdshft.bash' for a single shot applying of 'redshift' command with its options, the content of the command 'rdshft.bash' is:
Code:
#!/bin/bash
redshift -v -P -l 28.00:78.00 -t 3200:2400
Code:
@reboot /bin/sleep 24 && /bin/rdshft.bash
Code:
@reboot /bin/rdshft.bash
It would be very helpful if someone help me out...
Thanking you...
Last edited by a moderator: