Update incorrect paths

This commit is contained in:
Manuel Thalmann 2024-07-06 23:15:50 +02:00
parent 4b42b9d849
commit 7f5f87ff8e

View file

@ -74,7 +74,7 @@
diskVar = ''''${${diskVarName}}''; diskVar = ''''${${diskVarName}}'';
diskSelector = '' 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?"; chooseDisk ${diskVarName} "Which disk do you wish to install the OS on?";
''; '';
@ -183,7 +183,7 @@
else '' else ''
${diskVarName}=${config.devicePath} ${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}\"."