diff options
Diffstat (limited to 'krebs/4lib/infest/finalize.sh')
| -rw-r--r-- | krebs/4lib/infest/finalize.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/krebs/4lib/infest/finalize.sh b/krebs/4lib/infest/finalize.sh index 0039960c5..94b13e0be 100644 --- a/krebs/4lib/infest/finalize.sh +++ b/krebs/4lib/infest/finalize.sh @@ -3,8 +3,8 @@ set -eux  {    umount /mnt/nix    umount /mnt/root -  umount /boot || :    umount /mnt/boot +  umount /boot || :    umount /mnt    coreutils_path=$(set +f; for i in /nix/store/*coreutils*/bin; do :; done; echo $i) | 
