Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <mailto@danielhansson.nu>2022-10-21 18:13:25 +0300
committerGitHub <noreply@github.com>2022-10-21 18:13:25 +0300
commitc5a990e277dec08715d422a20b89a4fa71b80d1a (patch)
tree6e2b5bf9692fc6f78585f11befb9d1b074319064
parent67022771e87637a806a5acd40478eb887492d7e0 (diff)
fix SC
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
-rw-r--r--apps/onlyoffice_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onlyoffice_docker.sh b/apps/onlyoffice_docker.sh
index 0cb9d55b..f03acbaa 100644
--- a/apps/onlyoffice_docker.sh
+++ b/apps/onlyoffice_docker.sh
@@ -133,7 +133,7 @@ check_nextcloud_https "OnlyOffice (Docker)"
# Install Docker
install_docker
-ONLYOFFICE_SECRET="$(gen_passwd "$SHUF" "a-zA-Z0-9)"
+ONLYOFFICE_SECRET="$(gen_passwd "$SHUF" "a-zA-Z0-9")"
# Install Onlyoffice docker
docker pull onlyoffice/documentserver:latest