littlejeem / control_scripts

A collection of scripts that control functions, primarily on my media pc
GNU General Public License v3.0
0 stars 0 forks source link

control_scripts_install.sh - exit codes don't tally with comments guide or accepted practice #8

Open littlejeem opened 2 years ago

littlejeem commented 2 years ago

eg.

if [[ $? -ne 0 ]]; then
    eerror "moving UDEV rule $udev_rule file failed"
    exit 1