Skip to content

silence stderr from ls command in cron #606

silence stderr from ls command in cron

silence stderr from ls command in cron #606

Triggered via push August 30, 2024 20:25
Status Success
Total duration 19s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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).