aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_plugin_rest_gns.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_plugin_rest_gns.sh')
-rwxr-xr-xsrc/gns/test_plugin_rest_gns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_plugin_rest_gns.sh b/src/gns/test_plugin_rest_gns.sh
index fca35ee2d..7ede44501 100755
--- a/src/gns/test_plugin_rest_gns.sh
+++ b/src/gns/test_plugin_rest_gns.sh
@@ -10,7 +10,7 @@ curl_get () {
10 #$1 is link 10 #$1 is link
11 #$2 is grep 11 #$2 is grep
12 cache="$(curl -v "$1" 2>&1 | grep "$2")" 12 cache="$(curl -v "$1" 2>&1 | grep "$2")"
13 echo $cache 13 #echo $cache
14 if [ "" == "$cache" ] 14 if [ "" == "$cache" ]
15 then 15 then
16 exit 1 16 exit 1