From ff1632ebbdfcb52f13bba19be1cee20077406b4e Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 21 Aug 2020 16:23:15 +0000 Subject: Adding a comment. Also testing webhooks --- profiles/52-54-00-12-34-56.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py index aa5a3017..5746746e 100644 --- a/profiles/52-54-00-12-34-56.py +++ b/profiles/52-54-00-12-34-56.py @@ -3,7 +3,7 @@ import json import urllib.request import git -# Unmount and close previous runs +# Unmount and close previous runs (Mainly only used for re-runs, but won't hurt.) archinstall.sys_command(f'umount -R /mnt', surpress_errors=True) archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', surpress_errors=True) -- cgit v1.2.3-54-g00ecf