From 8412ef84bf0236ca77b7919277caceda7172d226 Mon Sep 17 00:00:00 2001 From: razvanm Date: Thu, 24 Jan 2008 00:14:01 +0000 Subject: [PATCH] The last command in the burn script should be "-r 1" and not "-dr 1". Error spotted by David "wizzardx". --- apps/tests/deluge/Blink/burn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index ce357e7a..f0aaddce 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -80,4 +80,4 @@ echo ' +----------------------------------------------------------------+' read echo =========================== Reboot the base station ============================ -${TOS_DELUGE} ${PORT} ${PLATFORM} -dr 1 +${TOS_DELUGE} ${PORT} ${PLATFORM} -r 1 -- 2.39.2