Skip to content

Commit

Permalink
Fixed the shellcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
etoyz authored Oct 24, 2023
1 parent 26d588f commit e1bdc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dochat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function main () {
rm -f "$HOME/DoChat/Applcation Data/Tencent/WeChat/All Users/config/configEx.ini"

# Issue #165 - https://github.com/huan/docker-wechat/issues/165#issuecomment-1643063633
HOST_DIR_HOME_DOCHAT_WECHAT_FILES = "$HOME/DoChat/WeChat Files/"
HOST_DIR_HOME_DOCHAT_APPLICATION_DATA = "$HOME/DoChat/Applcation Data/"
HOST_DIR_HOME_DOCHAT_WECHAT_FILES="$HOME/DoChat/WeChat Files/"
HOST_DIR_HOME_DOCHAT_APPLICATION_DATA="$HOME/DoChat/Applcation Data/"
mkdir "$HOST_DIR_HOME_DOCHAT_WECHAT_FILES" -p
mkdir "$HOST_DIR_HOME_DOCHAT_APPLICATION_DATA" -p

Expand Down

0 comments on commit e1bdc5b

Please sign in to comment.