diff options
Diffstat (limited to 'sbin/fastboot/fastboot.sh')
-rw-r--r-- | sbin/fastboot/fastboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fastboot/fastboot.sh b/sbin/fastboot/fastboot.sh index 852ec4a..6d36f4e 100644 --- a/sbin/fastboot/fastboot.sh +++ b/sbin/fastboot/fastboot.sh @@ -35,4 +35,4 @@ # cp /dev/null /fastboot -/sbin/reboot $* +exec /sbin/reboot $* |