silence stderr from ls command in cron #606
Annotations
1 warning
[shellcheck] ffac-mt7915-hotfix/files/lib/gluon/mt7915/reboot-on-error.sh#L2 <ShellCheck.SC2069>:
ffac-mt7915-hotfix/files/lib/gluon/mt7915/reboot-on-error.sh#L2
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|