1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2021-02-19 04:14:20 -05:00
commit 226e59415a

View File

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