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-09-04 10:58:34 +0300
committerGitHub <noreply@github.com>2020-09-04 10:58:34 +0300
commit6f53f8bb1230c50686dc48eafdc2d99dfdd0bc58 (patch)
treef867bd3341348b8098eb4aba6d52c35431efedce /nextcloud_install_production.sh
parent2e51706d7382f6a7d7ccd79df5cf32e5375b44f1 (diff)
remove the part stuff (#1404)
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 859f7d36..a6eccd22 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -16,7 +16,7 @@ fi
# shellcheck disable=2034,2059
true
-SCRIPT_NAME="Nextcloud Install Script (part 1)"
+SCRIPT_NAME="Nextcloud Install Script"
# shellcheck source=lib.sh
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)