remove y/yes from installer at reboot

This commit is contained in:
Bastian Schroll 2017-02-21 16:28:01 +01:00
parent 647b801a98
commit 68312367d3

View file

@ -47,11 +47,7 @@ for (( i=1; i<=$#; i=$i+2 )); do
eval arg2=\$$t
case $arg in
-r|--reboot)
case $arg2 in
y|yes) reboot=true ;;
*) reboot=false ;;
esac ;;
-r|--reboot) reboot=true ;;
-b|--branch)
case $arg2 in