1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-19 02:42:15 +00:00

Fixes unbound variable when upgrading from Nextcloud 13

This commit is contained in:
Jeff Volkenant 2021-02-02 11:50:33 -08:00
parent 90d63fd208
commit 2aade90244

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"