shellcheck step 1

This commit is contained in:
Jesús 2022-05-24 08:01:38 +08:00
parent d458a57e56
commit fa32f061a5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -438,10 +438,10 @@ selectparts(){
fi fi
msg="${txtselecteddevices}\n\n" msg="${txtselecteddevices}\n\n"
msg=${msg}"boot : "${bootdev}"\n" msg=${msg}"boot : ${bootdev}\n"
msg=${msg}"swap : "${swapdev}"\n" msg=${msg}"swap : ${swapdev}\n"
msg=${msg}"root : "${rootdev}"\n" msg=${msg}"root : ${rootdev}\n"
msg=${msg}"home : "${homedev}"\n\n" msg=${msg}"home : ${homedev}\n\n"
if (whiptail --backtitle "${apptitle}" --title "${txtselectpartsmenu}" --yesno "${msg}" 0 0); then if (whiptail --backtitle "${apptitle}" --title "${txtselectpartsmenu}" --yesno "${msg}" 0 0); then
isnvme=0 isnvme=0
if [ "${bootdev::8}" == "/dev/nvm" ]; then if [ "${bootdev::8}" == "/dev/nvm" ]; then