fix
This commit is contained in:
parent
85bc986861
commit
3e2128a62e
1 changed files with 0 additions and 2 deletions
|
@ -934,8 +934,6 @@ function abfrage() {
|
|||
read -p "Do you want a extra parameter for the installation? : [skipbootpartition/noinstall/debug] " extraparameter
|
||||
for wort in ${extraparameter}
|
||||
do
|
||||
((x++))
|
||||
echo "$x"
|
||||
echo "$wort"
|
||||
if [ "$wort" == "skipbootpartition" ]; then skipbootpartition=y; fi
|
||||
if [ "$wort" == "noinstall" ]; then noinstall=y; fi
|
||||
|
|
Loading…
Reference in a new issue