Make sure our return value is correct

This commit is contained in:
Rohan Garg 2014-11-11 15:33:03 +01:00
parent 99114e04d8
commit fb92697a93

View File

@ -20,4 +20,5 @@
from libcalamares.utils import check_chroot_call
def run():
return check_chroot_call(["update-initramfs", "-k", "all", "-u"])
check_chroot_call(["update-initramfs", "-k", "all", "-u"])
return None