diff options
author | P. 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) |
commit | 7a1c727a02c03dd2478adb0fed67418d11f45455 (patch) | |
tree | 0b0657026fc3c193bb92cdeb3f1df384fbc06182 /src/action/update.sh | |
parent | 37ec7327dbd692a6969bcc556c0f3758ad3dda91 (diff) | |
download | firman.sh-master.zip firman.sh-master.tar.gz firman.sh-master.tar.bz2 |
Diffstat (limited to 'src/action/update.sh')
-rw-r--r-- | src/action/update.sh | 3 |
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 } |