diff --git a/bash/rescue-ovh.sh b/bash/rescue-ovh.sh index 5dee19b..314d452 100644 --- a/bash/rescue-ovh.sh +++ b/bash/rescue-ovh.sh @@ -110,11 +110,11 @@ rescue_wipe_2_make_ovh_vle2() { --checksum "sha256" \ --label "crypt" \ --uuid "00000000-0000-0000-0000-00000000000c" \ - "${device}1" + "/dev/mapper/crypt" # crypt / mount mkdir --parents "/media/crypt" mount --options "autodefrag,compress-force=zstd" \ - "${device}1" "/media/crypt" + "/dev/mapper/crypt" "/media/crypt" # crypt / swap btrfs filesystem mkswapfile \ --size "4g" \