mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Updated tracker docker script.
This commit is contained in:
parent
1225473c20
commit
378ba451a9
@ -6,7 +6,7 @@ const path = require('path');
|
||||
const endPoint = process.env.COLLECT_API_ENDPOINT;
|
||||
|
||||
if (endPoint) {
|
||||
const file = path.resolve(__dirname, '../public/script.js');
|
||||
const file = path.resolve(__dirname, '../public/tracker.js');
|
||||
|
||||
const tracker = fs.readFileSync(file);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user