mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Update install script
This commit is contained in:
parent
c13c060b98
commit
a2279f2d48
1 changed files with 3 additions and 3 deletions
|
@ -48,11 +48,11 @@ sudo mv seafile-server-$seafile_version/* $final_path/seafile-server-$seafile_ve
|
|||
sudo mv '/tmp/seafile_src.tar.gz' $final_path/installed/seafile-server_${seafile_version}.tar.gz
|
||||
|
||||
# Find available ports
|
||||
FIND_PORT 8000
|
||||
NO_LOG FIND_PORT 8000
|
||||
seahub_port=$port
|
||||
FIND_PORT 8082
|
||||
NO_LOG FIND_PORT 8082
|
||||
fileserver_port=$port
|
||||
FIND_PORT 8080
|
||||
NO_LOG FIND_PORT 8080
|
||||
webdav_port=$port
|
||||
|
||||
# store config in yunohost
|
||||
|
|
Loading…
Add table
Reference in a new issue