fix copy tracker empty
This commit is contained in:
		| @@ -44,7 +44,7 @@ Wwws.getwco = (wconame, ctx) => { | ||||
|   console.log("@todo don't forget to manage accessright to wco in Wwws"); | ||||
|   //check that all tpl, tpldata, ... are available for this pagename | ||||
|   if (wconame=="tracker" && !fs.pathExistsSync(`../${ctx.tribe}/objects/wwws/cdn/log`)){ | ||||
|     fs.cpSync(`../adminapi/objects/wwws/cdn/log ../${ctx.tribe}/objects/wwws/cdn/`) | ||||
|     fs.cpSync(`../adminapi/objects/wwws/cdn/log`,`../${ctx.tribe}/objects/wwws/cdn/`) | ||||
|   } | ||||
|   const webconf = `../${ctx.tribe}/objects/wwws/itm/${ctx.xapp}.json`; | ||||
|   const webpageinit = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user