Adding a comment. Also testing webhooks
This commit is contained in:
parent
7a09115a70
commit
ff1632ebbd
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue