diff options
Diffstat (limited to 'net-mgmt/seafile-server/files/seafile.in')
-rw-r--r-- | net-mgmt/seafile-server/files/seafile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/seafile-server/files/seafile.in b/net-mgmt/seafile-server/files/seafile.in index cb44eec44c2d..4c395711fef6 100644 --- a/net-mgmt/seafile-server/files/seafile.in +++ b/net-mgmt/seafile-server/files/seafile.in @@ -109,7 +109,9 @@ seafile_start() { check_required_before; validate_already_running; prepare_env; - test_config; +# test_config broke in 8.0.x, commenting until this is fixed. +# https://forum.seafile.com/t/seafile-controller-t-functionality-broken-on-8-x/13738 +# test_config; echo "Starting seafile server, please wait ..." |