Skip to content

Commit

Permalink
ctbcap-healthcheck: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Jan 3, 2025
1 parent 10a56e5 commit 0c2ba3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@
### Container Arguments:
| Arguments | Value Type | Value Examples | Default | Necessary to Change |
| Arguments | Value Type | Value Examples | Default | Necessary to Change |
| :-: | :-: | :- | :- | :-: |
| MODEL | Streamer's username <br> or <br> chatroom url | `tri80085` <br> `s1mp_L0r3-87` <br> `https://chaturbate.com/your_sister` <br> `https://stripchat.com/dicklessman` <br> ... | - | Yes |
| PLATFORM | `chaturbate` <br> or <br> `stripchat` | `chaturbate` <br> `stripchat` | `chaturbate` | Yes <br> if not Chaturbate |
| MODEL | Streamer's username <br> or <br> chatroom URL | `tri80085` <br> `s1mp_L0r3-87` <br> `https://chaturbate.com/your_sister` <br> `https://stripchat.com/dicklessman` <br> ... | - | Yes |
| PLATFORM | `chaturbate` <br> or <br> `stripchat` | `chaturbate` <br> `stripchat` | `chaturbate` | Yes <br> if not Chaturbate |
| CUT_TIME | INT | `0` <br> `911` <br> `6324` <br> ... | `3600` | No |
| TZ | [TZ identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) | `UTC` <br> `Asia/Shanghai` <br> `Africa/Harare` <br> ... | `UTC` | No <br> if you [live in Greenwich](https://www.royalgreenwich.gov.uk/info/200258/parking_transport_and_streets/810/find_a_public_toilet_in_royal_greenwich) |
| EDGING_MODE | Inactive if not `1` | `1` <br> `12306` <br> ... | `uncles make me pee white` | No |
| DEBUG_MODE | Inactive if not `1` | `1` <br> `-999` <br> `i was born form my sis` <br> ... | `your mom is so hot` | No |
| DEBUG_MODE | Inactive if not `1` | `1` <br> `-999` <br> `i was born from my sis` <br> ... | `your mom is so hot` | No |

<div align="center"><h2>Command Examples</h2></div>

Expand Down
2 changes: 1 addition & 1 deletion ctbcap-healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2019-2025 KFERMercer <https://github.com/KFERMercer>
#

[ "${DEBUG_MODE}" = "1" ] && set -x # Debug Mode
[ "${DEBUG_MODE}" = "1" ] && set -x # Debug Mode

# Check for assignment of runtime variables
[ -z "${MODEL}" ] || [ -z "${PLATFORM}" ] || [ -z "${SAVE_PATH}" ] || [ -z "${LOG_PATH}" ] && exit 0
Expand Down

0 comments on commit 0c2ba3d

Please sign in to comment.