mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
remove y/yes from installer at reboot
This commit is contained in:
parent
647b801a98
commit
68312367d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue