Fixes unbound variable when upgrading from Nextcloud 13 (#1913)

This commit is contained in:
jvolkenant 2021-02-06 13:49:43 -08:00 committed by GitHub
parent 90d63fd208
commit af62e7a99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ InstallNextcloud() {
hash_contacts=$4
version_calendar=$5
hash_calendar=$6
version_user_external=$7
hash_user_external=$8
version_user_external=${7:-}
hash_user_external=${8:-}
echo
echo "Upgrading to Nextcloud version $version"