mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-04 07:40:16 +01:00
removed n|no) reboot=false ;;
This commit is contained in:
parent
bb0871b9ad
commit
e06e30050e
|
|
@ -50,7 +50,6 @@ for (( i=1; i<=$#; i=$i+2 )); do
|
|||
-r|--reboot)
|
||||
case $arg2 in
|
||||
y|yes) reboot=true ;;
|
||||
n|no) reboot=false ;;
|
||||
*) reboot=false ;;
|
||||
esac ;;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue