This commit is contained in:
simono41 2018-07-16 01:52:08 +02:00
parent 85bc986861
commit 3e2128a62e

View file

@ -934,8 +934,6 @@ function abfrage() {
read -p "Do you want a extra parameter for the installation? : [skipbootpartition/noinstall/debug] " extraparameter read -p "Do you want a extra parameter for the installation? : [skipbootpartition/noinstall/debug] " extraparameter
for wort in ${extraparameter} for wort in ${extraparameter}
do do
((x++))
echo "$x"
echo "$wort" echo "$wort"
if [ "$wort" == "skipbootpartition" ]; then skipbootpartition=y; fi if [ "$wort" == "skipbootpartition" ]; then skipbootpartition=y; fi
if [ "$wort" == "noinstall" ]; then noinstall=y; fi if [ "$wort" == "noinstall" ]; then noinstall=y; fi