I have the following cronjob setup
@daily /root/trim.sh
/root/trim.sh
fstrim -av
but it just doesn't run. It does when run /root/trim.sh
manually. It has chmod +x
permissions. What is causing this?
I have the following cronjob setup
@daily /root/trim.sh
/root/trim.sh
fstrim -av
but it just doesn't run. It does when run /root/trim.sh
manually. It has chmod +x
permissions. What is causing this?
/sbin
was missing/sbin/fstrim -av