Fix incorrect file path
This commit is contained in:
parent
fc224352e0
commit
3e8e7c74cc
|
@ -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}\"."
|
||||
|
|
Loading…
Reference in a new issue