mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-04 10:25:58 -05:00
Fixed meshcentral-backups typo (#4838)
This commit is contained in:
parent
1087d7ef7f
commit
964fc9fd00
@ -86,7 +86,7 @@ function CreateMeshCentralServer(config, args) {
|
|||||||
obj.parentpath = obj.path.join(__dirname, '../..');
|
obj.parentpath = obj.path.join(__dirname, '../..');
|
||||||
obj.datapath = obj.path.join(__dirname, '../../meshcentral-data');
|
obj.datapath = obj.path.join(__dirname, '../../meshcentral-data');
|
||||||
obj.filespath = obj.path.join(__dirname, '../../meshcentral-files');
|
obj.filespath = obj.path.join(__dirname, '../../meshcentral-files');
|
||||||
obj.backuppath = obj.path.join(__dirname, '../../meshcentral-backup');
|
obj.backuppath = obj.path.join(__dirname, '../../meshcentral-backups');
|
||||||
obj.recordpath = obj.path.join(__dirname, '../../meshcentral-recordings');
|
obj.recordpath = obj.path.join(__dirname, '../../meshcentral-recordings');
|
||||||
obj.webViewsPath = obj.path.join(__dirname, 'views');
|
obj.webViewsPath = obj.path.join(__dirname, 'views');
|
||||||
obj.webPublicPath = obj.path.join(__dirname, 'public');
|
obj.webPublicPath = obj.path.join(__dirname, 'public');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user