Silence unlock logging

This commit is contained in:
Thomas Roth 2020-11-29 12:17:17 +01:00
parent 34842b6144
commit d2a7abb9bc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ echo "Unlocking device... (Takes up to 30 seconds.)"
if ! openocd -f openocd/interface_"$1".cfg \
-c "init;" \
-c "halt;" \
-f openocd/rdp0.cfg; then
-f openocd/rdp0.cfg >/dev/null 2>&1; then
echo "Unlocking device failed."
exit 1
fi