File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ if test "${SETUP_TYPE:?}" = 'install'; then
3030 ui_msg ' Configuring...'
3131 ui_msg_empty_line
3232
33+ # IMPORTANT: Some Google Contacts Sync Adapters are disabled because they no longer work
34+
3335 BACKUP_TRANSPORT_IS_OPTIONAL=' true'
3436 if
35- setup_app " ${APP_CONTACTSSYNC:? } " ' APP_CONTACTSSYNC' ' Google Contacts Sync 12' ' GoogleContactsSyncAdapter12' ' priv-app' ||
36- setup_app " ${APP_CONTACTSSYNC:? } " ' APP_CONTACTSSYNC' ' Google Contacts Sync 8' ' GoogleContactsSyncAdapter8' ' priv-app' ||
37- setup_app " ${APP_CONTACTSSYNC:? } " ' APP_CONTACTSSYNC' ' Google Contacts Sync 4.4' ' GoogleContactsSyncAdapter4.4' ' app'
37+ # setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 12' 'GoogleContactsSyncAdapter12' 'priv-app' ||
38+ # setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 8' 'GoogleContactsSyncAdapter8' 'priv-app' ||
39+ setup_app " ${APP_CONTACTSSYNC:? } " ' APP_CONTACTSSYNC' ' Google Contacts Sync 4.4' ' GoogleContactsSyncAdapter4.4' ' app'
3840 then
3941 BACKUP_TRANSPORT_IS_OPTIONAL=' false'
4042 fi
You can’t perform that action at this time.
0 commit comments