1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-05 01:11:05 +00:00

Delete seahub_settings.py

This commit is contained in:
杨赫然
2024-09-06 17:26:50 +08:00
parent 1467518615
commit 0271675fd0

View File

@@ -10,7 +10,6 @@ import sys
from collections import namedtuple
from contextlib import contextmanager
from os.path import abspath, basename, dirname, exists, join
import shutil
import requests
from tenacity import TryAgain, retry, stop_after_attempt, wait_fixed
@@ -55,9 +54,6 @@ class ServerCtl(object):
os.mkdir (self.central_conf_dir, 0o755)
os.mkdir (self.seafile_conf_dir, 0o755)
os.mkdir (self.ccnet_conf_dir, 0o755)
src = join(self.projectdir, 'tests/conf/seahub_settings.py')
dst = join(self.central_conf_dir, 'seahub_settings.py')
shutil.copyfile(src, dst)
self.init_ccnet()
self.init_seafile()