fix(perms): fixed the location for the test update
This commit is contained in:
@@ -27,7 +27,7 @@ export const setPerms = async () => {
|
||||
`${data[0].value} will not have its permissions updated as it is not the test server.`
|
||||
);
|
||||
}
|
||||
const scriptPath = `E:\\LST\\lstv2\\server\\scripts\\update.ps1 `;
|
||||
const scriptPath = `E:\\LST\\lstv2\\dist\\server\\scripts\\updatePermissions.ps1 `;
|
||||
|
||||
const args = [
|
||||
"-NoProfile",
|
||||
|
||||
Reference in New Issue
Block a user