summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/action/update.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/action/update.sh b/src/action/update.sh
index b0e228d..e51bf3c 100644
--- a/src/action/update.sh
+++ b/src/action/update.sh
@@ -138,8 +138,7 @@ do_update()
# Clean up the ROM.
rm_temp 'rom'
- info 'Firmware installation complete'
- sleep 5
+ notice 'Firmware installation complete'
return 0
}