mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix port
This commit is contained in:
parent
941f376182
commit
957dbaad81
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ sudo -i -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO only
|
||||||
# DEFINE PORT
|
# DEFINE PORT
|
||||||
#==============================================
|
#==============================================
|
||||||
|
|
||||||
echo onlyoffice-documentserver onlyoffice/ds-port select 9980 | sudo debconf-set-selections
|
echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-set-selections
|
||||||
|
|
||||||
#==============================================
|
#==============================================
|
||||||
# INSTALL ONLYOFFICE
|
# INSTALL ONLYOFFICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue