This commit is contained in:
teldra 2022-02-09 13:20:09 +01:00
parent 2edb824855
commit dc51439d6a
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ tmp_target="${main}/tmp_target"
vars="${target}/tmp/vinstaller/vars"
files="./files"
if [ -s conf ]; then
. conf
if [ -s ./conf ]; then
. ./conf
fi
umount -R ${target}/boot/efi ${target}/boot ${target}/tmp/vinstaller/ ${target}/home ${target}