diff --git a/main.sh b/main.sh index 2d57fb5..cba5f6e 100755 --- a/main.sh +++ b/main.sh @@ -18,9 +18,7 @@ remote="https://alpha.de.repo.voidlinux.org/current" source "${functions}"/functions source "${dir}"/config -if mountpoint -q "${dest}"; then - umounter "${dest}" -fi +umounter "${dest}" export run="config" for i in $(find "${step}1" -mindepth 1 -maxdepth 1 -type f | sort -n ); do