Skip to content

Commit

Permalink
fixed missing path for removing firmware files
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jul 27, 2018
1 parent 3481bba commit e04b6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addon/uninstall_hb-uni-sen-dist-us
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DEVICE="HB-UNI-Sen-DIST-US"
DEVICE_IMG=hb-uni-sen-dist-us.png
DEVICE_THUMB=hb-uni-sen-dist-us_thumb.png
FIRMWARE_FILE=hb-uni-sen-dist-us.xml
FIRMWARE_FILE=/firmware/rftypes/hb-uni-sen-dist-us.xml

devdescrFile="/www/config/devdescr/DEVDB.tcl"
devdescrSearch="$DEVICE {{50 \/config\/img\/devices\/50\/$DEVICE_THUMB} {250 \/config\/img\/devices\/250\/$DEVICE_IMG}} "
Expand Down
2 changes: 1 addition & 1 deletion src/addon/uninstall_hb-uni-sen-lev-us
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DEVICE="HB-UNI-Sen-LEV-US"
DEVICE_IMG=hb-uni-sen-lev-us.png
DEVICE_THUMB=hb-uni-sen-lev-us_thumb.png
FIRMWARE_FILE=hb-uni-sen-lev-us.xml
FIRMWARE_FILE=/firmware/rftypes/hb-uni-sen-lev-us.xml

devdescrFile="/www/config/devdescr/DEVDB.tcl"
devdescrSearch="$DEVICE {{50 \/config\/img\/devices\/50\/$DEVICE_THUMB} {250 \/config\/img\/devices\/250\/$DEVICE_IMG}} "
Expand Down

0 comments on commit e04b6d3

Please sign in to comment.