Fix incorrect file path
This commit is contained in:
parent
fc224352e0
commit
3e8e7c74cc
|
@ -164,7 +164,7 @@
|
||||||
else ''
|
else ''
|
||||||
local ${diskVarName}=${config.devicePath}
|
local ${diskVarName}=${config.devicePath}
|
||||||
${if osDisk then ''
|
${if osDisk then ''
|
||||||
. ${./../../../scripts/Common/Scripts/is-truthy.sh}
|
. ${./../../scripts/Common/Scripts/is-truthy.sh}
|
||||||
if [ ! -b ${diskVar} ]; then
|
if [ ! -b ${diskVar} ]; then
|
||||||
function fallback() {
|
function fallback() {
|
||||||
echo "Couldn't find the specified disk \"${diskVar}\"."
|
echo "Couldn't find the specified disk \"${diskVar}\"."
|
||||||
|
|
Loading…
Reference in a new issue