mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
~bug fix
This commit is contained in:
@@ -106,7 +106,7 @@ set_core_config() {
|
||||
setproviders() {
|
||||
case "$(echo "$@" | cut -d ' ' -f 2)" in
|
||||
http* | ./providers*)
|
||||
set -- "$@"
|
||||
set -- $@
|
||||
name=$1
|
||||
link=$2
|
||||
interval=$3
|
||||
@@ -116,7 +116,7 @@ setproviders() {
|
||||
include_w=${7#\#}
|
||||
;;
|
||||
*://*)
|
||||
set -- "$line"
|
||||
set -- $@
|
||||
name=$1
|
||||
link_uri=$2
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user