Only print layergroupid on template instanciation
This commit is contained in:
parent
9ff192366a
commit
cd3f8dcf89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user