Adding a comment. Also testing webhooks

This commit is contained in:
Anton Hvornum 2020-08-21 16:23:15 +00:00
parent 7a09115a70
commit ff1632ebbd
1 changed files with 1 additions and 1 deletions

View File

@ -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)