Stop installing all the firmware

This commit is contained in:
Aaron Bieber 2019-10-27 08:15:53 -06:00
parent 8e5b94d176
commit 6c26087c8d
Signed by: qbit
GPG Key ID: 279160AB1BE1236B

View File

@ -292,7 +292,7 @@ if [ $MAINTENANCE == 1 ]; then
msg 0 "updating installed packages"
_ssh ${RUN_USER}@${SERVER} "/usr/sbin/pkg_add $V -u"
msg 0 "installing firmware updates"
_ssh ${RUN_USER}@${SERVER} "/usr/sbin/fw_update $V -a"
_ssh ${RUN_USER}@${SERVER} "/usr/sbin/fw_update $V"
fi
if [ -f ./commands ]; then