fix tempmount

This commit is contained in:
rootzoll 2020-02-14 23:36:46 +01:00
parent 2b6d141055
commit d5148d46fc

View File

@ -298,7 +298,7 @@ if [ "$1" = "import-gui" ]; then
esac
# now temp mount the HDD/SSD
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh tempmount)
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh tempmount ${hddCandidate})
if [ ${#error} -gt 0 ]; then
echo "FAIL: Was not able to temp mount the HDD/SSD --> ${error}"
exit 1