File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ function qrcode_mode_choose() {
468
468
if [ -z " ${local_ip} " ]; then
469
469
local_ip=" 小雅服务器IP"
470
470
fi
471
- INFO " 请浏览器访问 http://${local_ip} :34256 并使用阿里云盘APP扫描二维码 !"
471
+ INFO " 请浏览器访问 http://${local_ip} :34256 并使用手机APP扫描二维码 !"
472
472
# shellcheck disable=SC2046
473
473
docker run -i --rm \
474
474
-v " ${1} :/data" \
@@ -2650,7 +2650,7 @@ function main_download_unzip_xiaoya_emby() {
2650
2650
clear
2651
2651
download_unzip_xiaoya_emby_new_config
2652
2652
__next_operate=return_menu
2653
- elif [ $num == 15 ]; then
2653
+ elif [ $num == 17 ]; then
2654
2654
if [ " ${__data_downloader} " == " wget" ]; then
2655
2655
echo ' aria2' > ${DDSREM_CONFIG_DIR} /data_downloader.txt
2656
2656
elif [ " ${__data_downloader} " == " aria2" ]; then
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DATE_VERSION="v1.0.2-2024_04_13_20_37"
23
23
#
24
24
# ——————————————————————————————————————————————————————————————————————————————————
25
25
26
- Sky_Blue=" \e [36m"
26
+ Sky_Blue=" \033 [36m"
27
27
Blue=" \033[34m"
28
28
Green=" \033[32m"
29
29
Red=" \033[31m"
You can’t perform that action at this time.
0 commit comments