Skip to content

Commit

Permalink
Reordered cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 18, 2024
1 parent 27c1466 commit 3e38a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ countdown_message() {
broadcast_command "${message_prefix}_in_10_seconds"
sleep 10s
;;
"$mtime" )
2 )
;&
15 )
3 )
;&
10 )
;&
5 )
15 )
;&
2 )
"$mtime" )
broadcast_command "${message_prefix}_in_${i}_minutes"
;&
* )
Expand Down

0 comments on commit 3e38a6e

Please sign in to comment.