Alscion_68122
Sep 07, 2011Nimbostratus
Update admin partition
Hi all,
Trying to update my script from v10 to v11 and have trouble with updating admin partition:
In v10, i used the following instructions to select the admin partition I wanted to create some object where the variable $part content the name of my partition:
tmsh::modify cli admin-partitions all-partitions $part
In v11, i try to do it with the following instructions, but I have an error "admin-partitions may only be specified in a config file"
tmsh::modify cli admin-partitions { update-partition $part }
I checked the chapter cli/admin-partitions of the documentation and posts on devcentral but didn't find any solution. Does anybody have an idea?
Thanks!