fix location

This commit is contained in:
Tobias Powalowski 2024-06-06 11:10:21 +02:00
parent b95bb9a817
commit 55cfc1fa5a

View file

@ -457,7 +457,7 @@ _mkfs() {
else
mkswap "${7}" -U clear -L "${6}" -F "${3}${1}" &>"${_LOG}" || : >/tmp/.mp-error
# btrfs needs NO_COW attribute
chattr +C "${1}" &>"${_LOG}"
chattr +C "${3}${1}" &>"${_LOG}"
fi
#shellcheck disable=SC2181
if [[ -f "/tmp/.mp-error" ]]; then