Fix incorrect file path

This commit is contained in:
Manuel Thalmann 2024-07-06 21:52:03 +02:00
parent cf28f6ddf1
commit 214df8d36a

View file

@ -164,7 +164,7 @@
else ''
local ${diskVarName}=${config.devicePath}
${if osDisk then ''
. ${./../../../scripts/Common/Scripts/is-truthy.sh}
. ${./../../scripts/Common/Scripts/is-truthy.sh}
if [ ! -b ${diskVar} ]; then
function fallback() {
echo "Couldn't find the specified disk \"${diskVar}\"."