Gnu find outputs a warning if the maxdepth option appears after any
positional options, such as filtering files, because maxdepth also
affects options that come before it.
As a side note, maxdepth appears to be gnu extension that busybox picked
up, so we might want to be careful about using it.
Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
Silences following from logs (in case user has no custom hooks):
/usr/share/sxmo/migrations/1.9.0.0.sh: 8: cd: can't cd to /home/<user>/.config/sxmo/hooks/
Since the migration script exits anyway if this cd fails this just
pollutes logs during startup.
Signed-off-by: Jami Kettunen <jami.kettunen@protonmail.com>
Signed-off-by: Anjandev Momi <anjan@momi.ca>