Only print layergroupid on template instanciation

This commit is contained in:
Sandro Santilli 2014-02-14 17:33:20 +01:00
parent 9ff192366a
commit cd3f8dcf89

View File

@ -49,5 +49,5 @@ if test x${verbose} = xyes; then
echo "${res}"
fi
tok=`echo "$res" | sed 's/.*"template_id":"\([^"]*\)".*/\1/'`
tok=`echo "$res" | sed 's/.*"layergroupid":"\([^"]*\)".*/\1/'`
echo $tok