zaurus-updater: do not run shell at the end - reboot instead
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 11 Dec 2007 08:57:12 +0000 (08:57 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 11 Dec 2007 08:57:12 +0000 (08:57 +0000)
packages/zaurus-updater/zaurus-updater.bb
packages/zaurus-updater/zaurus-updater/updater.sh

index ecf713d..f98ece3 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
 DEPENDS = "encdec-updater-native"
 LICENSE = "zaurus-updater"
-PR = "r17"
+PR = "r18"
 
 PACKAGES = ""
 PACKAGE_ARCH = "${MACHINE_ARCH}"
index 26848cd..2efa946 100644 (file)
@@ -375,9 +375,6 @@ do
     esac
 done
 
-# starting shell to test -- remove this from final release
-/bin/sh
-
 # reboot
 exit 0