Skip to content

Commit

Permalink
Update:Toolbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoGuangYu committed Nov 8, 2024
1 parent 62157a2 commit b92deab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions box_bll/clash/Toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GIT_URL="https://api.github.com/repos/MoGuangYu/Surfing/releases/latest"
RULES_URL_PREFIX="https://raw.githubusercontent.com/MoGuangYu/rules/main/Home/"
RULES=("YouTube.yaml" "TikTok.yaml" "Telegram.yaml" "OpenAI.yaml" "Netflix.yaml" "Microsoft.yaml" "Google.yaml" "Facebook.yaml" "Discord.yaml" "Apple.yaml")

CURRENT_VERSION="v10.4"
CURRENT_VERSION="v10.5"
TOOLBOX_URL="https://raw.githubusercontent.com/MoGuangYu/Surfing/main/box_bll/clash/Toolbox.sh"
TOOLBOX_FILE="/data/adb/box_bll/clash/Toolbox.sh"
get_remote_version() {
Expand Down Expand Up @@ -204,7 +204,7 @@ update_module() {
done
nohup inotifyd "${SCRIPTS_PATH}box.inotify" "$SURFING_PATH" > /dev/null 2>&1 &
nohup inotifyd "${SCRIPTS_PATH}net.inotify" "$NET_PATH" > /dev/null 2>&1 &
nohup inotifyd "${SCRIPTS_PATH}ctr.inotify" "$CTR_PATH" > /dev/null 2>&1 &
nohup inotifyd "${SCRIPTS_PATH}ctr.inotify" "$CTR_PATH" > /dev/null 2>&1 &
if [ "$module_installed" = false ]; then
echo "安装成功✓"
else
Expand All @@ -216,7 +216,7 @@ update_module
show_menu() {
while true; do
echo "=========="
echo "v10.4"
echo "v10.5"
echo "Menu Bar:"
echo "1. 重载配置"
echo "2. 清空数据库缓存"
Expand Down

0 comments on commit b92deab

Please sign in to comment.