DeskPi-Team / deskpi

DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
140 stars 46 forks source link

suppress error on mv - Ubuntu OS (64 bit). #126

Closed jonhadfield closed 1 year ago

jonhadfield commented 2 years ago

When the script is first run, this step outputs an error as the file will not exist. mv $installationfolder/drivers/c/pwmFanControl $installationfolder/drivers/c/pwmFanControl.old This PR adds 2>/dev/null to the end of the line to suppress the error. mv does not output a message for successful completion, so this does not interfere with any success messages.