Update incorrect paths
This commit is contained in:
parent
4b42b9d849
commit
7f5f87ff8e
|
@ -74,7 +74,7 @@
|
|||
diskVar = ''''${${diskVarName}}'';
|
||||
|
||||
diskSelector = ''
|
||||
. ${./../../scripts/Common/Scripts/choose-disk.sh};
|
||||
. ${./../../../scripts/Common/Scripts/choose-disk.sh};
|
||||
chooseDisk ${diskVarName} "Which disk do you wish to install the OS on?";
|
||||
'';
|
||||
|
||||
|
@ -183,7 +183,7 @@
|
|||
else ''
|
||||
${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