mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-15 06:39:38 +00:00
not write seafile.ini
This commit is contained in:
@@ -946,7 +946,10 @@ class SeafileConfigurator(AbstractConfigurator):
|
|||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
self.generate_db_conf()
|
self.generate_db_conf()
|
||||||
self.write_seafile_ini()
|
|
||||||
|
## use default seafile-data path: seafile_data_dir=${TOPDIR}/seafile-data
|
||||||
|
# self.write_seafile_ini()
|
||||||
|
|
||||||
print('done')
|
print('done')
|
||||||
|
|
||||||
def generate_db_conf(self):
|
def generate_db_conf(self):
|
||||||
|
@@ -531,7 +531,8 @@ fi
|
|||||||
# Write seafile.ini
|
# Write seafile.ini
|
||||||
# -------------------------------------------
|
# -------------------------------------------
|
||||||
|
|
||||||
echo "${seafile_data_dir}" > "${default_ccnet_conf_dir}/seafile.ini"
|
## use default seafile-data path: seafile_data_dir=${TOPDIR}/seafile-data
|
||||||
|
# echo "${seafile_data_dir}" > "${default_ccnet_conf_dir}/seafile.ini"
|
||||||
|
|
||||||
# -------------------------------------------
|
# -------------------------------------------
|
||||||
# Generate gunicorn.conf
|
# Generate gunicorn.conf
|
||||||
|
Reference in New Issue
Block a user