Is the branding_theme installer broken in Obsidian? Because running
Code:
plesk bin branding_theme -i -vendor admin -source /tmp/theme.zip
doesn't work. I get the following error:
Even though there is a meta.xml file present in the zip file, and here are its contents:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<meta>
<name>custom</name>
<description></description>
<version>1.0.0</version>
<vendor>Launch Signal</vendor>
</meta>
Which is exactly the same as what the default theme I pulled from Plesk contained (other than the text, obviously)