Added media move.
This commit is contained in:
@@ -21,10 +21,6 @@ export const FolderPaths = {
|
||||
};
|
||||
|
||||
export default function InitServer() {
|
||||
console.log(
|
||||
`Root Media Path: ${FolderPaths.Root}`,
|
||||
fs.pathExistsSync(FolderPaths.Root)
|
||||
);
|
||||
console.log(`Ensuring Root media path exists: ${FolderPaths.Root}`);
|
||||
fs.ensureDirSync(FolderPaths.Root);
|
||||
console.log(`Ensuring Jobs media path exists: ${FolderPaths.Jobs}`);
|
||||
|
||||
Reference in New Issue
Block a user