Skip to content

Commit c5a93cb

Browse files
committed
fix: known issues
1 parent a625e4e commit c5a93cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

all_in_one.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function qrcode_mode_choose() {
468468
if [ -z "${local_ip}" ]; then
469469
local_ip="小雅服务器IP"
470470
fi
471-
INFO "请浏览器访问 http://${local_ip}:34256 并使用阿里云盘APP扫描二维码"
471+
INFO "请浏览器访问 http://${local_ip}:34256 并使用手机APP扫描二维码"
472472
# shellcheck disable=SC2046
473473
docker run -i --rm \
474474
-v "${1}:/data" \
@@ -2650,7 +2650,7 @@ function main_download_unzip_xiaoya_emby() {
26502650
clear
26512651
download_unzip_xiaoya_emby_new_config
26522652
__next_operate=return_menu
2653-
elif [ $num == 15 ]; then
2653+
elif [ $num == 17 ]; then
26542654
if [ "${__data_downloader}" == "wget" ]; then
26552655
echo 'aria2' > ${DDSREM_CONFIG_DIR}/data_downloader.txt
26562656
elif [ "${__data_downloader}" == "aria2" ]; then

emby_config_editor.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DATE_VERSION="v1.0.2-2024_04_13_20_37"
2323
#
2424
# ——————————————————————————————————————————————————————————————————————————————————
2525

26-
Sky_Blue="\e[36m"
26+
Sky_Blue="\033[36m"
2727
Blue="\033[34m"
2828
Green="\033[32m"
2929
Red="\033[31m"

0 commit comments

Comments
 (0)