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

This commit is contained in:
jvolkenant
2021-02-06 16:49:43 -05:00
committed by GitHub
parent 90d63fd208
commit af62e7a99b
+2 -2
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"