Skip to content

Commit

Permalink
Added Patch DTC function
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed Mar 15, 2022
1 parent 75e9fb6 commit e27819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ localnvme=`lsblk |grep -i nvme |awk '{print $1}' `
echo "Downloading dtc binary"
curl --location --progress-bar "$dtcbin" -O

if [ -!f ${SYNOMODEL}.dts ] ; then
if [ ! -f ${SYNOMODEL}.dts ] ; then

echo "dts file for ${SYNOMODEL} not found, trying to download"
curl --location --progress-bar -O "${dtsfiles}/${SYNOMODEL}.dts"
Expand Down

0 comments on commit e27819a

Please sign in to comment.