mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Remove a unused file.
This commit is contained in:
parent
741bcee82f
commit
7361f353ff
|
@ -95,7 +95,7 @@ If you want to use your own SSL certificate:
|
|||
- create a folder 'shared/ssl', and put your certificate and private key under the ssl directory.
|
||||
- Your certificate must have the name "seafile.example.com.crt", and the private key must have the name "seafile.example.com.key".
|
||||
|
||||
### Upgrading
|
||||
### Upgrading Seafile Server
|
||||
|
||||
Simple run `./launcher rebuild`, which would keep your seafile server up to date.
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
#coding: UTF-8
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Reference in a new issue