From fda94e5b9579298478c79d53c08e9f80ea4424ed Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 18 Nov 2019 22:14:54 +0000 Subject: Forgot return value --- archinstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall.py b/archinstall.py index 76afbddc..7067d5ec 100644 --- a/archinstall.py +++ b/archinstall.py @@ -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. -- cgit v1.2.3-70-g09d2