Remove unused code
This commit is contained in:
parent
1446d770f7
commit
4345501999
|
@ -499,10 +499,6 @@ checkForSystemdUnit() {
|
||||||
trap - INT
|
trap - INT
|
||||||
}
|
}
|
||||||
|
|
||||||
# createVarsFile() {
|
|
||||||
# echo ""
|
|
||||||
# }
|
|
||||||
|
|
||||||
steps=(
|
steps=(
|
||||||
checkUefi
|
checkUefi
|
||||||
updateSystemClock
|
updateSystemClock
|
||||||
|
@ -565,7 +561,6 @@ runScript() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0
|
whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0
|
||||||
createVarsFile
|
|
||||||
|
|
||||||
while [ $i -le "${#steps[@]}" ]; do
|
while [ $i -le "${#steps[@]}" ]; do
|
||||||
${steps[$i]}
|
${steps[$i]}
|
||||||
|
|
Loading…
Reference in New Issue