Skip to content

Commit

Permalink
Remove test sleep 20
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Oct 12, 2023
1 parent 605ceb8 commit 58ddf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonlight/script/pair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on_success() {

display_message " Success" "\033[32m" " Pairing successful!" " Starting Moonlight"
touch "$moonlightdir/config/pairdone"
sleep 20
sleep 2
exit
}

Expand Down

0 comments on commit 58ddf0d

Please sign in to comment.