Last chance to success (#340)

This commit is contained in:
Anton Shepilov
2024-01-22 22:30:19 +03:00
committed by GitHub
parent 2a76ddc405
commit 164a125995
9 changed files with 9 additions and 9 deletions
@@ -1,11 +1,11 @@
import { exec } from 'child_process';
// @ts-ignore
import fs from 'fs';
import { ShellLdapUserProvider } from './user/shell_ldap_user';
import { ShellLdapUserProvider } from './shell_ldap_user';
import { TwakeDriveClient, TwakeDriveUser } from './twake_client';
import path from 'path';
import { logger } from "./logger"
import { User, UserProvider, UserProviderFactory, UserProviderType } from "./user/user_privider";
import { User, UserProvider, UserProviderFactory, UserProviderType } from "./user_privider";
export interface NextcloudMigrationConfiguration {
shell: {