summary: on editing a
current StackScript, hitting button='Save Changes' gives the message
Code:
Duplicate name found. A UDF's name must be unique
but there are no apparent duplicate UDFs in the
new code.
details:I currently have a StackScript @
https://manager.linode.com/stackscripts/edit/10237 , which I have previously edited successfully. (I recently made that StackScript public, but if you can't see it, try
https://gist.github.com/TomRoche/b25459 ... tackScript .) That StackScript is based on another script (
https://bitbucket.org/tlroche/linode_ju ... _config.sh ) which I recently updated. I'd like to keep the StackScript and its "parent" reasonably "in sync" for maintenance, so I tried to update the StackScript code to that currently saved
https://gist.github.com/TomRoche/8967b2 ... tackScript . However, my attempt to save the new code abended with error=
Code:
Duplicate name found. A UDF's name must be unique
However, if you examine the UDF block near top of
https://gist.githubusercontent.com/TomR ... tackScript , I believe you can see that there are in fact no duplicate UDFs. Am I missing something?
If so, what? If not,
- how should I report this bug?
- is there a workaround?