In this restoreStats.sh there is sshfs used (restoreStats restores data for luci app statistics saved in a USB stick on my raspberry pi). I first started with sleep 60, and it didn't work, so I raised it to 90. But it's still not working. I really think 90 seconds should be enough for everything to be ready, so I wonder if there is something else which is wrong. I would appreciate it very much if someone could please let me know what I have done wrong.
Time shortcuts are not enabled by default. Shortcuts require compiling busybox with FEATURE_CROND_SPECIAL_TIMES enabled in the busybox compile options.
@hnyman thank you for your reply ! Oh no, I don't even know what a busy box is! But that explains ! Then I'm just going to set a time or perhaps a script that would do that job.