1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

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

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"