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 <github@hanssonit.se>2020-11-12 23:39:53 +0300
committerGitHub <noreply@github.com>2020-11-12 23:39:53 +0300
commit383a4e1c3e507ad1f9378c0faa1d499580bfb891 (patch)
tree30454cd6a77f4275300157be52956b59dc5af54d /apps/onlyoffice_docker.sh
parent2187c5b13fe031dc19ed110b124b5a3205138902 (diff)
put default SC rules in a single file (#1667)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'apps/onlyoffice_docker.sh')
-rw-r--r--apps/onlyoffice_docker.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/onlyoffice_docker.sh b/apps/onlyoffice_docker.sh
index eedc823c..53d9da1f 100644
--- a/apps/onlyoffice_docker.sh
+++ b/apps/onlyoffice_docker.sh
@@ -2,7 +2,6 @@
# T&M Hansson IT AB © - 2019, https://www.hanssonit.se/
-# shellcheck disable=2034,2059
true
SCRIPT_NAME="OnlyOffice (Docker)"
SCRIPT_EXPLAINER="This script will install the OnlyOffice Document Server bundled with Docker"
@@ -141,7 +140,6 @@ They can however be hosted on the same server, but would require seperate DNS en
# Nextcloud Main Domain
NCDOMAIN=$(nextcloud_occ_no_check config:system:get overwrite.cli.url | sed 's|https://||;s|/||')
-# shellcheck disable=2034,2059
true
# shellcheck source=lib.sh
source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)