Make sure our return value is correct

main
Rohan Garg 10 years ago
parent 99114e04d8
commit fb92697a93

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

Loading…
Cancel
Save