Commit b7cbb431 authored by Raymond Knopp's avatar Raymond Knopp

minor change for UHD on RHEL7.6

parent b22f2d88
......@@ -312,9 +312,9 @@ install_usrp_uhd_driver() {
$SUDO apt-get -y install uhd-host
fi
if [ -z $1 ]; then
$SUDO uhd_images_downloader
$SUDO /usr/local/bin/uhd_images_downloader
else
$SUDO uhd_images_downloader -i $1
$SUDO /usr/local/bin/uhd_images_downloader -i $1
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment