Skip to content

Commit

Permalink
linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 4, 2025
1 parent c30f4d9 commit d3898b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/com.github.taiko2k.tauonmb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if [ "$1" == "--no-start" ]; then
elif [ "$2" == "--stop" ]; then curl http://localhost:7813/stop/
elif [ "$2" == "--next" ]; then curl http://localhost:7813/next/
elif [ "$2" == "--previous" ]; then curl http://localhost:7813/previous/
else python3 /app/bin/src/tauon/__main__.py "$@";
else
python3 /app/bin/src/tauon/__main__.py "$@";
fi
else
python3 /app/bin/src/tauon/__main__.py "$@"
Expand Down

0 comments on commit d3898b6

Please sign in to comment.