remove the part stuff (#1404)

This commit is contained in:
Daniel Hansson 2020-09-04 09:58:34 +02:00 committed by GitHub
parent 2e51706d73
commit 6f53f8bb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if [ -f /var/scripts/lib.sh ]
then
# shellcheck disable=2034,2059
true
SCRIPT_NAME="Nextcloud First Startup Script (part 2)"
SCRIPT_NAME="Nextcloud First Startup Script"
# shellcheck source=lib.sh
NCDB=1 && FIRST_IFACE=1 source /var/scripts/lib.sh
unset NCDB

View File

@ -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)