summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-11-06 00:39:05 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-11-06 00:39:05 (EST)
commit7a1c727a02c03dd2478adb0fed67418d11f45455 (patch)
tree0b0657026fc3c193bb92cdeb3f1df384fbc06182
parent37ec7327dbd692a6969bcc556c0f3758ad3dda91 (diff)
downloadfirman.sh-master.zip
firman.sh-master.tar.gz
firman.sh-master.tar.bz2
do_update(): Use notice()HEADmaster
-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
}