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