bearDropper
bearDropper copied to clipboard
Explicitly specify busybox date command
bearDropper.sh currently fails on line 104 when coreutils-date is installed, because the GNU date command does not support the -D option.
The solution is to explicitly specify the busybox date command instead of just date. I think the change is only required on line 104, but I would suggest changing all the places where date is used, for consistency.