This commit is contained in:
teldra 2021-05-12 10:21:54 +02:00
parent e2c6021ad2
commit e0513884c5
1 changed files with 1 additions and 3 deletions

View File

@ -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