Skip to content

Commit

Permalink
Remove "Press enter to continue" if sm exists successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Viinamäki committed Oct 8, 2017
1 parent 4979c05 commit bceaea9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/stepmania/files/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ unclutter -idle 1 -root &

pasuspender /stepmania/stepmania

# wait until enter is pressed
read -p "Press enter to continue"

if [[ $? -ne 0 ]]; then
# wait until enter is pressed
read -p "Press enter to continue"
fi

0 comments on commit bceaea9

Please sign in to comment.