diff --git a/bin/ShellCrash.tar.gz b/bin/ShellCrash.tar.gz index 9cb0d9b..cd5aa37 100644 Binary files a/bin/ShellCrash.tar.gz and b/bin/ShellCrash.tar.gz differ diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index b1faa61..76a2e75 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 5d4b9af..fea8d9b 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -278,7 +278,7 @@ setrules(){ 0) ;; '') ;; *) - text=$(cat $YAMLSDIR/rules.yaml | grep -Ev '^#' | sed -n "$num p") + text=$(cat $YAMLSDIR/rules.yaml | grep -Ev '^#' | sed -n "$num p" | awk '{print $2}') if [ -n $text ];then sed -i "/$text/d" $YAMLSDIR/rules.yaml sleep 1