Browse Source

bugfix in CBL

Addapted to links withou _blank target
Yann Weber 8 years ago
parent
commit
397dc521c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/cbl.sh

+ 1
- 1
scripts/cbl.sh View File

@@ -200,7 +200,7 @@ mass_deletion() {
200 200
 fetch_all_classes() {
201 201
 	#$1 is intance name
202 202
 	cls_list_file=$($cmktemp)
203
-	$curl_raw "$(_base_uri $1)/list_classes" | grep -v Abstract |sed -nE 's/^ *<li> +<a href="([^"]+)" target="_blank".*$/\1/p'|cut -d"=" -f2 > $cls_list_file
203
+	$curl_raw "$(_base_uri $1)/list_classes" | grep -v Abstract |sed -nE 's/^ *<li> +<a href="show_class([^"]+)".*$/\1/p'|cut -d"=" -f2 > $cls_list_file
204 204
 	echo $cls_list_file
205 205
 }
206 206
 

Loading…
Cancel
Save