diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/sonytv.sh b/sonytv.sh index 0e50dfd..13fe1db 100755 --- a/sonytv.sh +++ b/sonytv.sh @@ -325,7 +325,7 @@ elif [[ $cmd == "channel" ]]; then info "Done" elif [[ $cmd == "slowoff" ]]; then if [[ -z ${arg[0]} ]]; then - waittime=1.5 + waittime=2.0 else waittime=${arg[0]} fi