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