Skip to content

Commit

Permalink
ctbcap: adjust variable defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed May 12, 2024
1 parent fa6a840 commit b8fdb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ctbcap
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
# set -xu

CTBCAP_VERSION=1.0
CTBCAP_RELEASE=18
CTBCAP_RELEASE=19
CTBCAP_LAST_EDIT=KFERMercer@2024-05-12

# 日志路径
[ $LOG_PATH ] || LOG_PATH="${PWD}/log/ctbcap"

# 默认保存路径
[ $SAVE_PATH ] || SAVE_PATH="${PWD}"

# 日志路径
[ $LOG_PATH ] || LOG_PATH="${SAVE_PATH}/log/ctbcap"

# 默认主播
INPUT=

Expand Down

0 comments on commit b8fdb7e

Please sign in to comment.