Skip to content

Commit

Permalink
do not delete all images from own devdb-table (some factory images wi…
Browse files Browse the repository at this point in the history
…ll be deleted!)
  • Loading branch information
jp112sdl committed Nov 3, 2021
1 parent 5b2cbc7 commit 46d09a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/addon/inst_devdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ while IFS=";" read -r DEVICE IMG; do
uninstall)
echo "DEVDB.tcl uninstall "$DEVICE
sed -i "s/\($DEVDBINSERT\)//g" $DEVDBFILE

rm -f /www/config/img/devices/250/$DEVICE_IMG
rm -f /www/config/img/devices/50/$DEVICE_THUMB
;;
esac
fi
Expand Down

0 comments on commit 46d09a3

Please sign in to comment.