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 16:47:07 +0300
committerGitHub <noreply@github.com>2022-10-21 16:47:07 +0300
commit67022771e87637a806a5acd40478eb887492d7e0 (patch)
tree522f221e8856121bc6937dcb1358ec9560db30c7 /apps/onlyoffice_docker.sh
parentb048bb5ecde60bed989087c995045ef5192fb6b7 (diff)
remov e the special signs just to be sure it's supported
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
Diffstat (limited to 'apps/onlyoffice_docker.sh')
-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 82e9e593..0cb9d55b 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