Fix missing eepsite/logs dir on install
after migration from mtn to git as reported by drzed
This commit is contained in:
@ -40,6 +40,7 @@
|
|||||||
<arg value="src/build/zzzot.jar" />
|
<arg value="src/build/zzzot.jar" />
|
||||||
</exec>
|
</exec>
|
||||||
<mkdir dir="plugin/eepsite/webapps/" />
|
<mkdir dir="plugin/eepsite/webapps/" />
|
||||||
|
<mkdir dir="plugin/eepsite/logs/" />
|
||||||
<exec executable="pack200" failonerror="true">
|
<exec executable="pack200" failonerror="true">
|
||||||
<arg value="-r" />
|
<arg value="-r" />
|
||||||
<arg value="plugin/eepsite/webapps/tracker.war" />
|
<arg value="plugin/eepsite/webapps/tracker.war" />
|
||||||
|
Reference in New Issue
Block a user