Forgot return value

This commit is contained in:
Anton Hvornum 2019-11-18 22:14:54 +00:00
parent ceb73c5523
commit fda94e5b95
1 changed files with 1 additions and 0 deletions

View File

@ -855,6 +855,7 @@ def mount_mountpoints(drive, bootpartition, mountpoint='/mnt/boot', *positionals
bootpartition = args['partitions'][bootpartition]
mount_luksdev(*positionals, **kwargs)
mount_boot(drive, bootpartition, mountpoint='/mnt/boot', *positionals, **kwargs)
return True
if __name__ == '__main__':
update_git() # Breaks and restarts the script if an update was found.