Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jan 21, 2024
1 parent 2593a0c commit aad0f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ function unzip_xiaoya_emby(){
chmod 755 ${MEDIA_DIR}
chown root:root ${MEDIA_DIR}

INFO "开始下载 ${1} ..."
INFO "开始解压 ${1} ..."

docker_addr=$(head -n1 ${CONFIG_DIR}/docker_address.txt)

Expand All @@ -552,7 +552,7 @@ function unzip_xiaoya_emby(){
chmod 777 ${MEDIA_DIR}/xiaoya
fi

INFO "下载完成"
INFO "解压完成"

}

Expand Down

0 comments on commit aad0f9b

Please sign in to comment.